/*
Theme Name: TalKesher Staffing
Theme URI: https://talkesher.com
Author: James Otaru
Author URI: https://talkesher.com
Description: A full WordPress staffing and AI job-matching theme for TalKesher Staffing, including job seeker, employer, AI matching, resume review, job board, dashboard, admin console, pricing, resources, and legal pages.
Version: 2.1.1
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: talkesher-staffing
Tags: staffing, recruiting, job-board, business, custom-logo, responsive-layout, one-column, featured-images
*/

:root{
  --tk-navy:#0D1B3D;
  --tk-navy-2:#112B63;
  --tk-teal:#0FA3A3;
  --tk-teal-2:#0CC7BE;
  --tk-gold:#D4A23A;
  --tk-gold-2:#F2C96C;
  --tk-soft:#F6F8FB;
  --tk-soft-2:#ECF8F8;
  --tk-gray:#6B6F76;
  --tk-line:#E6E7E9;
  --tk-white:#FFFFFF;
  --tk-ink:#111827;
  --tk-success:#0E9F6E;
  --tk-error:#B42318;
  --tk-shadow:0 24px 80px rgba(13,27,61,.14);
  --tk-shadow-soft:0 14px 40px rgba(13,27,61,.08);
  --tk-radius:28px;
  --tk-radius-sm:18px;
  --tk-wrap:min(1180px, calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--tk-ink);background:linear-gradient(180deg,#fff 0%,#f8fbfd 45%,#fff 100%);font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;line-height:1.6;overflow-x:hidden}
a{color:inherit;text-decoration:none}
a:focus,button:focus,input:focus,select:focus,textarea:focus{outline:3px solid rgba(15,163,163,.25);outline-offset:2px}
img,svg{max-width:100%;height:auto;display:block}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
::selection{background:rgba(15,163,163,.18)}
.tk-wrap{width:var(--tk-wrap);margin-inline:auto}
.tk-skip-link{position:absolute;top:-80px;left:14px;background:var(--tk-navy);color:#fff;padding:10px 14px;border-radius:12px;z-index:1000}.tk-skip-link:focus{top:14px}

/* Header */
.tk-site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.88);border-bottom:1px solid rgba(230,231,233,.86);backdrop-filter:blur(18px)}
.tk-nav{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:16px 0}
.tk-brand{display:flex;align-items:center;justify-content:center;gap:10px;min-width:74px;flex:0 0 auto}.tk-brand img{width:62px;height:auto;display:block}.tk-brand--text{display:flex;flex-direction:column;font-weight:900;color:var(--tk-navy);line-height:1}.tk-brand--text span:last-child{font-size:11px;letter-spacing:.4em;color:var(--tk-gold);margin-top:6px}.tk-menu{display:flex;align-items:center;gap:8px}.tk-menu ul{display:flex;align-items:center;gap:6px;list-style:none;margin:0;padding:0}.tk-menu a{display:inline-flex;align-items:center;padding:10px 12px;border-radius:999px;font-size:14px;font-weight:760;color:#28324a}.tk-menu a:hover,.tk-menu .current-menu-item>a{background:var(--tk-soft-2);color:var(--tk-navy)}.tk-header-actions{display:flex;align-items:center;gap:10px}.tk-mobile-toggle{display:none;width:44px;height:44px;border:1px solid var(--tk-line);border-radius:14px;background:#fff;color:var(--tk-navy)}.tk-mobile-toggle span{display:block;width:20px;height:2px;margin:5px auto;background:currentColor;border-radius:10px}

/* Buttons */
.tk-btn,.wp-block-button__link{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:12px 18px;border:1px solid transparent;border-radius:999px;background:var(--tk-navy);color:#fff;font-weight:820;letter-spacing:-.01em;box-shadow:0 14px 30px rgba(13,27,61,.16);transition:.2s ease}
.tk-btn:hover,.wp-block-button__link:hover{transform:translateY(-2px);box-shadow:0 18px 44px rgba(13,27,61,.22)}
.tk-btn--teal{background:var(--tk-teal)}.tk-btn--gold{background:var(--tk-gold);color:var(--tk-navy)}.tk-btn--light{background:#fff;color:var(--tk-navy);border-color:var(--tk-line);box-shadow:none}.tk-btn--ghost{background:rgba(255,255,255,.08);color:#fff;border-color:rgba(255,255,255,.2);box-shadow:none}.tk-btn--wide{width:100%}.tk-mini-btn{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:8px 12px;border-radius:999px;border:1px solid var(--tk-line);background:#fff;color:var(--tk-navy);font-weight:800;font-size:13px}.tk-mini-btn:hover{background:var(--tk-soft-2);border-color:rgba(15,163,163,.3)}

/* Global sections */
.tk-section{padding:84px 0}.tk-section--tight{padding:54px 0}.tk-section--soft{background:linear-gradient(180deg,#F9FBFD,#EEF8F8)}.tk-section--dark{background:radial-gradient(circle at 10% 10%,rgba(15,163,163,.34),transparent 28%),linear-gradient(135deg,#071229,#0D1B3D 55%,#102965);color:#fff;position:relative;overflow:hidden}.tk-section--dark:after{content:"";position:absolute;inset:auto -90px -120px auto;width:420px;height:420px;border-radius:50%;background:rgba(212,162,58,.15);filter:blur(2px)}.tk-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;color:var(--tk-teal);font-weight:900;text-transform:uppercase;letter-spacing:.15em;font-size:12px}.tk-eyebrow:before{content:"";width:30px;height:3px;border-radius:10px;background:var(--tk-gold)}.tk-section--dark .tk-eyebrow{color:#9EEBE8}.tk-heading{margin:0 0 14px;font-family:Poppins, Inter, sans-serif;color:var(--tk-navy);font-size:clamp(34px,5vw,62px);line-height:.98;letter-spacing:-.06em}.tk-section--dark .tk-heading{color:#fff}.tk-subtitle{margin:0;color:var(--tk-gray);font-size:clamp(17px,2vw,20px);max-width:760px}.tk-section--dark .tk-subtitle{color:#DDEAF8}.tk-center{text-align:center}.tk-center .tk-subtitle{margin-inline:auto}.tk-grid{display:grid;gap:24px}.tk-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.tk-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.tk-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.tk-card{background:#fff;border:1px solid var(--tk-line);border-radius:var(--tk-radius);box-shadow:var(--tk-shadow-soft);padding:28px;position:relative;overflow:hidden}.tk-card--dark{background:linear-gradient(140deg,var(--tk-navy),var(--tk-navy-2));color:#fff;border-color:rgba(255,255,255,.14)}.tk-card--teal{background:linear-gradient(140deg,var(--tk-teal),#0f8387);color:#fff;border-color:rgba(255,255,255,.1)}.tk-card--gold{background:linear-gradient(140deg,#FFE8AD,var(--tk-gold-2));color:var(--tk-navy);border-color:rgba(212,162,58,.45)}.tk-card h2,.tk-card h3,.tk-card h4{margin-top:0;color:var(--tk-navy);letter-spacing:-.035em;line-height:1.1}.tk-card--dark h2,.tk-card--dark h3,.tk-card--dark h4,.tk-card--teal h2,.tk-card--teal h3,.tk-card--teal h4{color:#fff}.tk-card p:last-child{margin-bottom:0}.tk-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#fff;border:1px solid var(--tk-line);font-size:13px;font-weight:800;color:var(--tk-navy)}.tk-pills{display:flex;flex-wrap:wrap;gap:10px}.tk-muted{color:var(--tk-gray)}.tk-kicker{font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.16em;color:var(--tk-gold)}.tk-stat{font-family:Poppins,Inter,sans-serif;font-size:44px;line-height:1;color:var(--tk-navy);font-weight:900;letter-spacing:-.06em}.tk-section--dark .tk-stat,.tk-card--dark .tk-stat{color:#fff}.tk-divider{height:1px;background:var(--tk-line);margin:26px 0}.tk-list{padding:0;margin:18px 0 0;list-style:none}.tk-list li{display:flex;gap:12px;margin:12px 0;color:#334155}.tk-list li:before{content:"";flex:0 0 18px;width:18px;height:18px;border-radius:50%;margin-top:4px;background:radial-gradient(circle at 50% 50%,var(--tk-gold) 0 34%,var(--tk-teal) 35% 62%,transparent 63%);box-shadow:0 0 0 3px rgba(15,163,163,.09)}.tk-section--dark .tk-list li,.tk-card--dark .tk-list li,.tk-card--teal .tk-list li{color:#EAF4FF}.tk-section--dark .tk-list li:before,.tk-card--dark .tk-list li:before,.tk-card--teal .tk-list li:before{background:radial-gradient(circle at 50% 50%,#fff 0 34%,var(--tk-gold) 35% 62%,transparent 63%)}

/* Hero */
.tk-hero{position:relative;padding:72px 0 54px;overflow:hidden}.tk-hero:before{content:"";position:absolute;inset:-120px -160px auto auto;width:520px;height:520px;border-radius:50%;background:rgba(15,163,163,.13);z-index:-1}.tk-hero:after{content:"";position:absolute;inset:auto auto -160px -160px;width:520px;height:520px;border-radius:50%;background:rgba(212,162,58,.13);z-index:-1}.tk-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:48px;align-items:center}.tk-hero h1{margin:0 0 20px;font-family:Poppins,Inter,sans-serif;font-size:clamp(46px,7vw,88px);line-height:.92;letter-spacing:-.075em;color:var(--tk-navy)}.tk-hero h1 span{display:block;color:var(--tk-teal)}.tk-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.tk-hero-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:28px}.tk-proof{padding:16px;border-radius:18px;background:#fff;border:1px solid var(--tk-line);box-shadow:var(--tk-shadow-soft)}.tk-proof strong{display:block;color:var(--tk-navy);font-size:22px}.tk-hero-media{position:relative}.tk-hero-media img{border-radius:38px;box-shadow:var(--tk-shadow);border:1px solid var(--tk-line);background:#fff}.tk-match-float{position:absolute;left:-28px;bottom:40px;width:min(380px,82%);background:#fff;border:1px solid var(--tk-line);box-shadow:var(--tk-shadow);border-radius:28px;padding:20px 22px}.tk-score-row{display:flex;align-items:center;gap:16px}.tk-ring{flex:0 0 82px;width:82px;min-width:82px;height:82px;min-height:82px;aspect-ratio:1/1;border-radius:999px;display:grid;place-items:center;background:conic-gradient(from -90deg,var(--tk-teal) 0 92%,#E6E7E9 92% 100%);position:relative;font-weight:900;color:var(--tk-navy);box-shadow:inset 0 0 0 1px rgba(13,27,61,.05)}.tk-ring:before{content:"";position:absolute;inset:10px;border-radius:999px;background:#fff;box-shadow:0 2px 10px rgba(13,27,61,.06)}.tk-ring span{position:relative;display:grid;place-items:center;width:58px;height:58px;line-height:1;font-size:22px;font-weight:900;color:var(--tk-navy)}.tk-score-row strong{display:block;color:var(--tk-navy);font-size:18px;line-height:1.1;margin-bottom:4px}.tk-progress{height:10px;border-radius:999px;background:#E6E7E9;overflow:hidden}.tk-progress i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--tk-teal),var(--tk-gold));width:var(--v,70%)}

/* Dashboard and apps */
.tk-app-shell{display:grid;grid-template-columns:260px 1fr;gap:22px;padding:22px;border-radius:34px;background:linear-gradient(135deg,#0D1B3D,#103166);box-shadow:var(--tk-shadow);color:#fff}.tk-app-sidebar{border:1px solid rgba(255,255,255,.13);border-radius:24px;padding:20px;background:rgba(255,255,255,.08)}.tk-app-main{display:grid;gap:18px}.tk-app-menu{display:grid;gap:10px;margin-top:18px}.tk-app-menu span{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:14px;color:#DDEAF8}.tk-app-menu span:first-child{background:rgba(255,255,255,.12);color:#fff}.tk-dashboard-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:18px}.tk-dashboard-panel{background:#fff;color:var(--tk-ink);border-radius:24px;padding:22px;box-shadow:0 18px 45px rgba(0,0,0,.16)}.tk-rows{display:grid;gap:12px}.tk-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px;border:1px solid var(--tk-line);border-radius:16px;background:#fff}.tk-row strong{color:var(--tk-navy)}.tk-status{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;background:rgba(15,163,163,.1);color:#087E7E;font-size:12px;font-weight:900}.tk-status--gold{background:rgba(212,162,58,.18);color:#7B5411}.tk-status--navy{background:rgba(13,27,61,.08);color:var(--tk-navy)}

/* Forms */
.tk-form{display:grid;gap:16px}.tk-field{display:grid;gap:7px}.tk-field label{font-size:13px;font-weight:900;color:var(--tk-navy)}.tk-field input,.tk-field select,.tk-field textarea{width:100%;border:1px solid var(--tk-line);border-radius:16px;background:#fff;padding:13px 14px;color:var(--tk-ink);box-shadow:0 1px 0 rgba(0,0,0,.02)}.tk-field textarea{min-height:126px;resize:vertical}.tk-field input[type=file]{padding:10px;background:#F8FAFC}.tk-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.tk-checks{display:flex;flex-wrap:wrap;gap:10px}.tk-checks label{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid var(--tk-line);border-radius:999px;background:#fff;font-size:13px;font-weight:800;color:#334155}.tk-checks input{accent-color:var(--tk-teal)}.tk-notice{padding:14px 16px;border-radius:16px;border:1px solid rgba(15,163,163,.25);background:rgba(15,163,163,.08);color:#075F60;font-weight:750}.tk-notice--error{border-color:rgba(180,35,24,.24);background:rgba(180,35,24,.08);color:var(--tk-error)}.tk-upload-preview{display:none;padding:14px;border-radius:16px;background:#F8FAFC;border:1px dashed #CBD5E1;color:#334155}.tk-upload-preview.is-active{display:block}.tk-score-card{display:none}.tk-score-card.is-active{display:block}.tk-form small{color:var(--tk-gray)}

/* Jobs */
.tk-job-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px;flex-wrap:wrap}.tk-job-filters{display:flex;gap:10px;flex-wrap:wrap}.tk-filter{border:1px solid var(--tk-line);background:#fff;border-radius:999px;padding:9px 13px;font-size:13px;font-weight:850;color:var(--tk-navy)}.tk-filter.is-active,.tk-filter:hover{background:var(--tk-navy);color:#fff;border-color:var(--tk-navy)}.tk-job-card{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:start;padding:24px;border-radius:24px;border:1px solid var(--tk-line);background:#fff;box-shadow:var(--tk-shadow-soft)}.tk-job-card h3{margin:0 0 7px;color:var(--tk-navy);font-size:22px}.tk-job-meta{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.tk-job-meta span{padding:6px 10px;border-radius:999px;background:#F5F8FB;color:#334155;font-size:12px;font-weight:820}.tk-job-actions{display:grid;gap:8px;min-width:160px}.tk-job-list{display:grid;gap:16px}.tk-job-empty{display:none}.tk-job-empty.is-active{display:block}

/* Content page */
.tk-page-hero{padding:62px 0 44px;background:radial-gradient(circle at 100% 0%,rgba(15,163,163,.13),transparent 28%),linear-gradient(180deg,#fff,#F8FAFC);border-bottom:1px solid var(--tk-line)}.tk-page-title{margin:0;font-family:Poppins,Inter,sans-serif;font-size:clamp(40px,6vw,72px);line-height:.95;color:var(--tk-navy);letter-spacing:-.065em}.tk-page-content{padding:58px 0}.tk-page-content h2,.tk-page-content h3{color:var(--tk-navy);letter-spacing:-.04em}.tk-page-content a:not(.tk-btn):not(.tk-mini-btn){color:var(--tk-teal);font-weight:800}.tk-legal{max-width:900px;margin:auto}.tk-legal h2{margin-top:38px}.tk-legal p,.tk-legal li{color:#344054}.tk-brand-board img{border-radius:26px;border:1px solid var(--tk-line);box-shadow:var(--tk-shadow-soft)}

/* Footer */
.tk-site-footer{background:#071229;color:#DDEAF8;padding:64px 0 30px}.tk-footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,.7fr);gap:34px}.tk-site-footer h3,.tk-site-footer h4{color:#fff;margin-top:0}.tk-site-footer a{color:#DDEAF8}.tk-site-footer a:hover{color:#fff}.tk-footer-logo{width:82px;height:auto;display:block}.tk-footer-bottom{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-top:44px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);color:#AAB8C9;font-size:14px}

/* Animations */
.tk-reveal{opacity:0;transform:translateY(18px);transition:opacity .5s ease,transform .5s ease}.tk-reveal.is-visible{opacity:1;transform:none}.tk-pattern-card{background-image:url('assets/img/pattern.svg');background-size:180px 180px}.tk-ai-orb{width:148px;height:148px;border-radius:38px;background:radial-gradient(circle at 35% 20%,#fff,rgba(255,255,255,.2) 28%,transparent 29%),conic-gradient(from 180deg,var(--tk-teal),var(--tk-gold),var(--tk-navy),var(--tk-teal));box-shadow:inset 0 0 0 1px rgba(255,255,255,.3),0 20px 60px rgba(15,163,163,.2)}

@media (max-width: 1040px){
  .tk-header-actions .tk-btn{display:none}.tk-mobile-toggle{display:block}.tk-menu{position:absolute;left:20px;right:20px;top:76px;display:none;padding:16px;border:1px solid var(--tk-line);border-radius:24px;background:#fff;box-shadow:var(--tk-shadow)}.tk-menu.is-open{display:block}.tk-menu ul{display:grid;gap:2px}.tk-menu a{width:100%;justify-content:flex-start}.tk-hero-grid,.tk-grid-2,.tk-dashboard-grid{grid-template-columns:1fr}.tk-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.tk-app-shell{grid-template-columns:1fr}.tk-match-float{position:relative;left:auto;bottom:auto;width:100%;margin-top:14px}.tk-footer-grid{grid-template-columns:1fr 1fr}.tk-brand img{width:190px}
}
@media (max-width: 760px){
  :root{--tk-wrap:min(100% - 26px,1180px)}.tk-section{padding:62px 0}.tk-grid-3,.tk-grid-4,.tk-form-grid{grid-template-columns:1fr}.tk-hero{padding:50px 0 34px}.tk-hero-proof{grid-template-columns:1fr}.tk-job-card{grid-template-columns:1fr}.tk-job-actions{min-width:0}.tk-footer-grid{grid-template-columns:1fr}.tk-brand img{width:172px}.tk-nav{padding:12px 0}.tk-page-content{padding:40px 0}.tk-app-shell{padding:14px;border-radius:24px}.tk-card{padding:22px}.tk-hero h1{font-size:46px}.tk-footer-logo{width:76px}
}

/* TalKesher v1.1 refinements: compact hip header, fixed skill chips, AI board, bulk upload */
.tk-site-header{background:rgba(255,255,255,.94)}
.tk-nav{gap:18px;padding:12px 0}.tk-brand{min-width:74px;flex:0 0 auto}.tk-brand img{width:62px}.tk-menu{flex:1;justify-content:center;min-width:0}.tk-menu ul{gap:4px;flex-wrap:nowrap}.tk-menu a{white-space:nowrap;padding:10px 13px;font-size:14px;font-weight:850;letter-spacing:-.02em}.tk-menu .current-menu-item>a,.tk-menu a:hover{background:linear-gradient(135deg,rgba(15,163,163,.12),rgba(212,162,58,.10));box-shadow:inset 0 0 0 1px rgba(15,163,163,.12)}.tk-header-actions{flex:0 0 auto;gap:8px}.tk-header-quick{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid var(--tk-line);font-size:13px;font-weight:900;color:var(--tk-navy);box-shadow:0 10px 28px rgba(13,27,61,.08)}.tk-header-quick:before{content:"↥";display:inline-grid;place-items:center;margin-right:8px;width:20px;height:20px;border-radius:999px;background:rgba(15,163,163,.12);color:var(--tk-teal)}.tk-btn--compact{min-height:42px;padding:10px 15px;font-size:13px;background:linear-gradient(135deg,var(--tk-navy),#143A78);box-shadow:0 14px 34px rgba(13,27,61,.18)}

.tk-field label{line-height:1.2}.tk-skill-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.tk-checks label.tk-skill-chip{position:relative;display:flex;align-items:center;justify-content:flex-start;gap:10px;min-height:50px;padding:10px 12px 10px 42px;border-radius:18px;background:linear-gradient(180deg,#fff,#F8FAFC);font-size:13px;line-height:1.25;box-shadow:0 8px 18px rgba(13,27,61,.04);cursor:pointer;transition:.18s ease}.tk-skill-chip input{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:18px!important;height:18px!important;margin:0!important;padding:0!important;border-radius:6px;appearance:none;-webkit-appearance:none;border:1.5px solid #CBD5E1;background:#fff;box-shadow:none}.tk-skill-chip input:checked{background:var(--tk-teal);border-color:var(--tk-teal)}.tk-skill-chip input:checked:after{content:"";position:absolute;left:5px;top:2px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.tk-skill-chip:has(input:checked){border-color:rgba(15,163,163,.45);background:linear-gradient(135deg,rgba(15,163,163,.12),rgba(212,162,58,.10));color:var(--tk-navy);box-shadow:0 12px 24px rgba(15,163,163,.12)}

.tk-csv-help{display:grid;gap:12px;padding:14px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18)}.tk-card:not(.tk-card--dark) .tk-csv-help{background:#F8FAFC;border-color:var(--tk-line)}.tk-csv-help pre{margin:0;white-space:pre-wrap;overflow:auto;padding:12px;border-radius:14px;background:rgba(7,18,41,.9);color:#EAF4FF;font-size:12px;line-height:1.5}.tk-bulk-form small,.tk-card--dark .tk-form small{color:#DDEAF8}.tk-card--dark .tk-field label{color:#fff}.tk-card--dark .tk-field input,.tk-card--dark .tk-field select,.tk-card--dark .tk-field textarea{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.96);color:var(--tk-ink)}

.tk-ai-match-board{display:grid;gap:22px}.tk-ai-topbar{display:flex;align-items:end;justify-content:space-between;gap:18px;padding:24px;border:1px solid var(--tk-line);border-radius:30px;background:linear-gradient(135deg,#fff,#F4FBFB);box-shadow:var(--tk-shadow-soft)}.tk-ai-topbar h2{font-size:clamp(30px,4vw,54px);line-height:1;margin:0 0 10px;color:var(--tk-navy);letter-spacing:-.055em}.tk-ai-topbar p{margin:0;color:var(--tk-gray);max-width:720px}.tk-ai-mode-toggle{display:inline-flex;padding:5px;border-radius:999px;background:#fff;border:1px solid var(--tk-line);box-shadow:0 12px 28px rgba(13,27,61,.08)}.tk-ai-mode-toggle button{border:0;background:transparent;border-radius:999px;padding:9px 13px;font-weight:900;color:#475569}.tk-ai-mode-toggle button.is-active{background:var(--tk-navy);color:#fff}.tk-ai-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:22px;align-items:start}.tk-ai-control-panel{overflow:visible}.tk-ai-actions{display:flex;flex-wrap:wrap;gap:10px}.tk-ai-results-panel{min-height:420px}.tk-ai-results-panel .tk-ai-orb{width:92px;height:92px;border-radius:26px;margin-bottom:14px}.tk-match-result{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;padding:14px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:#fff}.tk-match-result strong{color:#fff}.tk-match-result p{margin:4px 0 8px;color:#DDEAF8;font-size:13px}.tk-match-score{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:conic-gradient(var(--tk-teal) 0 75%,rgba(255,255,255,.18) 75% 100%);font-weight:950}.tk-match-score span{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#fff;color:var(--tk-navy);font-size:13px}.tk-ai-factors{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.tk-ai-factors .tk-card{padding:20px}.tk-ai-factors strong{display:block;color:var(--tk-navy);font-size:17px;margin-bottom:10px}.tk-ai-factors p{font-size:13px;color:var(--tk-gray);margin:10px 0 0}.tk-ai-results-panel .tk-job-meta span{background:rgba(255,255,255,.12);color:#fff}.tk-ai-results-panel .tk-mini-btn{background:#fff;color:var(--tk-navy);border-color:transparent}

.tk-contact-card{background-image:radial-gradient(circle at 100% 0%,rgba(15,163,163,.12),transparent 32%),radial-gradient(circle at 0% 100%,rgba(212,162,58,.14),transparent 30%)}.tk-contact-card strong{color:var(--tk-navy)}

@media (max-width:1180px){.tk-brand img{width:58px}.tk-menu a{font-size:13px;padding:9px 10px}.tk-header-quick{display:none}.tk-btn--compact{padding:10px 12px}}
@media (max-width:1040px){.tk-header-actions .tk-btn{display:inline-flex}.tk-header-actions .tk-btn--compact{display:inline-flex}.tk-mobile-toggle{display:block}.tk-menu{position:absolute;left:20px;right:20px;top:76px;display:none;padding:16px;border:1px solid var(--tk-line);border-radius:24px;background:#fff;box-shadow:var(--tk-shadow);flex:initial;justify-content:flex-start}.tk-menu.is-open{display:block}.tk-menu ul{display:grid;gap:2px}.tk-menu a{width:100%;justify-content:flex-start}.tk-ai-grid,.tk-ai-factors{grid-template-columns:1fr}.tk-skill-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tk-ai-topbar{display:grid}}
@media (max-width:760px){.tk-brand img{width:54px}.tk-btn--compact{display:none!important}.tk-skill-grid{grid-template-columns:1fr}.tk-match-result{grid-template-columns:1fr}.tk-match-score{width:54px;height:54px}.tk-ai-topbar{padding:18px;border-radius:24px}.tk-ai-mode-toggle{width:100%;justify-content:space-between}.tk-ai-mode-toggle button{flex:1}.tk-csv-help pre{font-size:11px}}


/* TalKesher v1.1.3 landing page - human centric refresh */

.tk-hero--human{padding:84px 0 56px;background:
  radial-gradient(circle at 100% 0%, rgba(15,163,163,.14), transparent 28%),
  radial-gradient(circle at 0% 100%, rgba(212,162,58,.12), transparent 26%),
  linear-gradient(180deg,#fff 0%, #F8FBFD 100%)}
.tk-hero-grid--human{grid-template-columns:1.02fr .98fr;align-items:center;gap:34px}
.tk-hero--human h1{max-width:700px}
.tk-hero-benefits{display:grid;gap:12px;margin-top:24px}
.tk-benefit-pill{display:grid;grid-template-columns:170px 1fr;gap:14px;align-items:center;padding:12px 16px;border-radius:18px;background:rgba(255,255,255,.92);border:1px solid var(--tk-line);box-shadow:var(--tk-shadow-soft)}
.tk-benefit-pill strong{color:var(--tk-navy);font-size:15px}
.tk-benefit-pill span{color:var(--tk-gray);font-size:14px}
.tk-human-panel-card{padding:28px;background:linear-gradient(180deg,#fff,#F9FDFC);overflow:hidden}
.tk-human-panel-top{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:16px}
.tk-human-panel-top h3{margin:6px 0 0;color:var(--tk-navy);font-size:30px;line-height:1.04;letter-spacing:-.05em}
.tk-pill-group{display:flex;flex-wrap:wrap;gap:8px}
.tk-human-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:14px 0 18px}
.tk-human-mini-card{padding:16px;border-radius:20px;background:linear-gradient(180deg,#fff,#F8FAFC);border:1px solid var(--tk-line)}
.tk-human-mini-card strong{display:block;margin-bottom:8px;color:var(--tk-navy);font-size:16px}
.tk-human-mini-card p{margin:0;color:var(--tk-gray);font-size:14px}
.tk-human-quote{margin-bottom:18px;padding:16px 18px;border-left:4px solid var(--tk-teal);border-radius:18px;background:rgba(15,163,163,.08)}
.tk-human-quote p{margin:0 0 6px;color:var(--tk-navy);font-size:16px;font-weight:700}
.tk-human-quote span{color:var(--tk-gray);font-size:13px}
.tk-hero-media--inside{position:relative;padding:12px;border-radius:28px;background:linear-gradient(180deg,#E9F7F7,#F8FBFD);border:1px solid var(--tk-line)}
.tk-hero-media--inside img{border-radius:20px}
.tk-story-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.tk-story-step{padding:22px;border-radius:24px;background:linear-gradient(180deg,#fff,#F9FBFD);border:1px solid var(--tk-line);box-shadow:var(--tk-shadow-soft)}
.tk-story-step span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--tk-navy),#143A78);color:#fff;font-weight:900;margin-bottom:14px}
.tk-story-step h3{margin:0 0 8px;color:var(--tk-navy);font-size:22px;letter-spacing:-.03em}
.tk-story-step p{margin:0;color:var(--tk-gray);font-size:14px}
.tk-human-values .tk-list li{margin-bottom:10px}
.tk-quote-card{background:linear-gradient(180deg,#fff,#F8FBFD)}
.tk-quote-card blockquote{margin:16px 0 22px;color:var(--tk-navy);font-family:Poppins,Inter,sans-serif;font-size:34px;line-height:1.08;letter-spacing:-.05em}
.tk-quote-meta{display:grid;gap:4px;padding-top:16px;border-top:1px solid var(--tk-line)}
.tk-quote-meta strong{color:var(--tk-navy)}
.tk-quote-meta span{color:var(--tk-gray)}
.tk-cta-band{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:34px;background:
 radial-gradient(circle at 100% 0%, rgba(15,163,163,.12), transparent 30%),
 radial-gradient(circle at 0% 100%, rgba(212,162,58,.10), transparent 24%),
 #fff}
@media (max-width:1040px){
 .tk-hero-grid--human,.tk-story-grid{grid-template-columns:1fr 1fr}
 .tk-human-panel-top,.tk-cta-band{display:grid}
 .tk-benefit-pill{grid-template-columns:1fr}
}
@media (max-width:760px){
 .tk-hero--human{padding:54px 0 36px}
 .tk-story-grid,.tk-human-mini-grid{grid-template-columns:1fr}
 .tk-quote-card blockquote{font-size:28px}
 .tk-hero-grid--human{grid-template-columns:1fr}
 .tk-human-panel-card{padding:22px}
}


/* TalKesher v1.1.4 more human images */

.tk-hero-media--inside img,.tk-quote-card-image,.tk-image-band__media img{width:100%;display:block;object-fit:cover}
.tk-hero-media--inside img{min-height:360px;max-height:420px;object-position:center top}
.tk-image-band{margin-top:26px;display:grid;grid-template-columns:1.05fr .95fr;gap:22px;align-items:center;padding:18px;border-radius:28px;background:linear-gradient(180deg,#fff,#F8FBFD);border:1px solid var(--tk-line);box-shadow:var(--tk-shadow-soft)}
.tk-image-band__media img{border-radius:22px;min-height:320px;max-height:360px}
.tk-image-band__content{padding:8px 6px}
.tk-image-band__content h3{margin:10px 0 10px;color:var(--tk-navy);font-size:34px;line-height:1.05;letter-spacing:-.045em}
.tk-image-band__content p{margin:0;color:var(--tk-gray);font-size:16px}
.tk-quote-card--image{overflow:hidden}
.tk-quote-card-image{border-radius:20px;margin-bottom:18px;min-height:320px;max-height:420px}
@media (max-width:1040px){.tk-image-band{grid-template-columns:1fr}.tk-image-band__content h3{font-size:30px}}
@media (max-width:760px){.tk-hero-media--inside img,.tk-image-band__media img,.tk-quote-card-image{min-height:220px;max-height:none}.tk-image-band{padding:14px}.tk-image-band__content h3{font-size:26px}}


/* TalKesher v1.1.5 hip image-forward pages */
.tk-media-split{align-items:start}
.tk-card--lift{box-shadow:0 24px 60px rgba(13,27,61,.12);transform:translateY(-6px)}
.tk-card--cool{background:linear-gradient(135deg,#08152E 0%,#11305E 58%,#0FA3A3 140%)}
.tk-stat-strip{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:22px 0 18px}
.tk-stat-pill{padding:14px 16px;border-radius:20px;background:#fff;border:1px solid var(--tk-line);box-shadow:var(--tk-shadow-soft)}
.tk-stat-pill strong{display:block;color:var(--tk-navy);font-size:15px;margin-bottom:4px}
.tk-stat-pill span{display:block;color:var(--tk-gray);font-size:13px;line-height:1.4}
.tk-photo-stack{position:relative;padding-top:10px}
.tk-photo-card{position:relative;overflow:hidden;border-radius:28px;border:1px solid var(--tk-line);background:#fff;box-shadow:0 26px 64px rgba(13,27,61,.12)}
.tk-photo-card-image{width:100%;display:block;object-fit:cover;min-height:320px;max-height:430px}
.tk-badge-card{position:relative;z-index:2;max-width:320px;margin:-40px 0 0 auto;padding:16px 18px;border-radius:22px;background:linear-gradient(135deg,var(--tk-navy),#173E7A);color:#fff;box-shadow:0 24px 48px rgba(13,27,61,.2)}
.tk-badge-card strong{display:block;font-size:16px;margin-bottom:6px}
.tk-badge-card span{font-size:13px;line-height:1.45;color:#E5EEF9}
.tk-card--image-fill{overflow:hidden;padding:0}
.tk-card--image-fill .tk-photo-card-image{min-height:100%;max-height:none}
.tk-image-caption{padding:24px}
.tk-image-caption h3{margin:8px 0 10px;color:var(--tk-navy);font-size:30px;line-height:1.05;letter-spacing:-.045em}
.tk-image-caption p{margin:0;color:var(--tk-gray)}
.tk-theme-image{border-radius:inherit}
@media (max-width:1040px){
  .tk-stat-strip{grid-template-columns:1fr}
  .tk-photo-card-image{min-height:260px}
  .tk-badge-card{margin:16px 0 0 0;max-width:none}
}
@media (max-width:760px){
  .tk-card--lift{transform:none}
  .tk-image-caption h3{font-size:24px}
  .tk-photo-card-image{min-height:220px}
}


/* TalKesher v1.1.6 resume review spacing and contrast fixes */
.tk-card--dark h2,.tk-card--dark h3,.tk-card--dark h4,.tk-card--dark strong{color:#fff}
.tk-card--dark p,.tk-card--dark li,.tk-card--dark span:not(.tk-kicker):not(.tk-pill):not(.tk-status){color:#DDEAF8}
.tk-resume-review{display:grid;grid-template-columns:1fr;gap:24px;max-width:100%;min-width:0}
.tk-resume-review .tk-card{min-width:0}
.tk-review-intro-card,.tk-review-output-card{padding:30px;border-radius:30px}
.tk-review-intro-card h2,.tk-review-output-card h3{margin:10px 0 16px;color:var(--tk-navy);line-height:1.05;letter-spacing:-.045em}
.tk-review-intro-card h2{font-size:clamp(30px,3.5vw,46px)}
.tk-review-output-card h3{font-size:clamp(24px,2.5vw,34px)}
.tk-copy-stack{display:grid;gap:12px;margin-bottom:20px}
.tk-copy-stack p{margin:0;color:#475569;font-size:16px;line-height:1.65}
.tk-review-form{display:grid;gap:16px;margin-top:22px}
.tk-review-output-card{background:linear-gradient(180deg,#fff,#F8FBFD);border:1px solid var(--tk-line);box-shadow:var(--tk-shadow-soft);position:relative;overflow:hidden}
.tk-review-output-card:before{content:"";position:absolute;right:-70px;top:-70px;width:180px;height:180px;border-radius:999px;background:rgba(15,163,163,.10)}
.tk-review-output-card>*{position:relative;z-index:1}
.tk-review-checks{display:grid;gap:12px;margin-top:18px}
.tk-review-checks div{padding:16px 18px;border-radius:20px;background:#fff;border:1px solid var(--tk-line);box-shadow:0 10px 24px rgba(13,27,61,.06)}
.tk-review-checks strong{display:block;color:var(--tk-navy);margin-bottom:6px;font-size:15px}
.tk-review-checks span{display:block;color:#475569;font-size:14px;line-height:1.5}
.tk-resume-column{min-width:0}
.tk-section--soft .tk-resume-review{gap:18px}
@media (max-width:1180px){.tk-review-intro-card,.tk-review-output-card{padding:24px}.tk-copy-stack p{font-size:15px}}
@media (max-width:760px){.tk-review-intro-card,.tk-review-output-card{padding:22px;border-radius:24px}.tk-review-checks div{padding:14px}.tk-review-intro-card h2{font-size:30px}}


/* TalKesher v1.1.7 employer profile-first workflow */
.tk-employer-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:24px}
.tk-employer-step{padding:22px;border-radius:24px;background:#fff;border:1px solid var(--tk-line);box-shadow:var(--tk-shadow-soft)}
.tk-employer-step span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--tk-teal),#0B7E83);color:#fff;font-weight:950;margin-bottom:12px}
.tk-employer-step h3{margin:0 0 8px;color:var(--tk-navy);letter-spacing:-.035em}
.tk-employer-step p{margin:0;color:var(--tk-gray);font-size:14px;line-height:1.5}
.tk-employer-workspace-lock{background:radial-gradient(circle at 100% 0%,rgba(15,163,163,.10),transparent 32%),#fff}
.tk-unlock-note{padding:16px 18px;border-radius:20px;background:linear-gradient(135deg,rgba(15,163,163,.10),rgba(212,162,58,.10));border:1px solid rgba(15,163,163,.20);color:var(--tk-navy);font-weight:800;margin-bottom:18px}
.tk-workspace-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start;margin-top:20px}
.tk-profile-gate{display:grid;gap:18px}
.tk-profile-gate h2{font-size:clamp(30px,4vw,48px);line-height:1;margin:0;color:var(--tk-navy);letter-spacing:-.055em}
.tk-profile-gate p{color:var(--tk-gray);font-size:16px;margin:0}
@media (max-width:1040px){.tk-employer-steps,.tk-workspace-grid{grid-template-columns:1fr 1fr}}
@media (max-width:760px){.tk-employer-steps,.tk-workspace-grid{grid-template-columns:1fr}}

/* TalKesher v1.1.8: global skill picker + homepage slider */
.tk-global-skill-picker{display:grid;gap:14px;padding:14px;border-radius:24px;background:linear-gradient(180deg,#fff,#F8FAFC);border:1px solid var(--tk-line)}
.tk-card--dark .tk-global-skill-picker{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16)}
.tk-skill-picker-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.tk-skill-picker-head strong{display:block;color:var(--tk-navy);font-size:15px;line-height:1.2}
.tk-card--dark .tk-skill-picker-head strong{color:#fff}
.tk-skill-picker-head small{display:block;margin-top:4px;color:var(--tk-gray);font-size:12px;line-height:1.35}
.tk-card--dark .tk-skill-picker-head small{color:#DDEAF8}
.tk-skill-picker-controls{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}
.tk-skill-picker-controls input{min-height:50px}
.tk-skill-picker-controls .tk-mini-btn{white-space:nowrap;min-height:48px}
.tk-skill-shelf{display:grid;gap:8px}
.tk-skill-group{border:1px solid var(--tk-line);background:#fff;border-radius:18px;overflow:hidden}
.tk-card--dark .tk-skill-group{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16)}
.tk-skill-group summary{cursor:pointer;list-style:none;padding:12px 14px;font-weight:900;color:var(--tk-navy)}
.tk-card--dark .tk-skill-group summary{color:#fff}
.tk-skill-group summary::-webkit-details-marker{display:none}
.tk-skill-group summary:after{content:'+';float:right;color:var(--tk-teal);font-weight:950}
.tk-skill-group[open] summary:after{content:'−'}
.tk-skill-suggestions{display:flex;flex-wrap:wrap;gap:8px;padding:0 12px 14px}
.tk-skill-suggestion{border:1px solid rgba(15,163,163,.22);background:rgba(15,163,163,.08);color:var(--tk-navy);font-weight:850;border-radius:999px;padding:8px 11px;font-size:12px;transition:.16s ease}
.tk-skill-suggestion:hover{transform:translateY(-1px);background:rgba(15,163,163,.15)}
.tk-card--dark .tk-skill-suggestion{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.18);color:#fff}
.tk-selected-skill-wrap{display:grid;gap:9px}
.tk-selected-label{font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.12em;color:var(--tk-gray)}
.tk-card--dark .tk-selected-label{color:#DDEAF8}
.tk-skill-chip--added{background:linear-gradient(135deg,rgba(15,163,163,.14),rgba(212,162,58,.12))!important;border-color:rgba(15,163,163,.35)!important}
.tk-skill-chip.tk-skill-flash{animation:tkSkillFlash .65s ease}
@keyframes tkSkillFlash{0%{transform:scale(1);box-shadow:0 0 0 rgba(15,163,163,0)}35%{transform:scale(1.03);box-shadow:0 0 0 5px rgba(15,163,163,.14)}100%{transform:scale(1);box-shadow:0 0 0 rgba(15,163,163,0)}}
.tk-slider-section{padding:22px 0 72px;background:linear-gradient(180deg,#F8FBFD,#fff)}
.tk-home-slider{position:relative;overflow:hidden;border-radius:34px;background:linear-gradient(135deg,#071229,#0D1B3D 58%,#0FA3A3 150%);box-shadow:0 30px 90px rgba(13,27,61,.18);border:1px solid rgba(255,255,255,.12)}
.tk-slider-track{position:relative;min-height:430px}
.tk-slide{position:absolute;inset:0;display:grid;grid-template-columns:1.08fr .92fr;gap:0;opacity:0;pointer-events:none;transform:translateX(18px);transition:opacity .45s ease,transform .45s ease}
.tk-slide.is-active{opacity:1;pointer-events:auto;transform:none;position:relative}
.tk-slide-media{min-height:430px;overflow:hidden}
.tk-slide-media img{width:100%;height:100%;min-height:430px;object-fit:cover;display:block}
.tk-slide-copy{display:flex;flex-direction:column;justify-content:center;padding:44px;color:#fff}
.tk-slide-copy .tk-kicker{color:var(--tk-gold)}
.tk-slide-copy h2{margin:8px 0 14px;font-family:Poppins,Inter,sans-serif;font-size:clamp(32px,4vw,54px);line-height:1;letter-spacing:-.055em;color:#fff}
.tk-slide-copy p{margin:0 0 22px;color:#DDEAF8;font-size:18px;line-height:1.55}
.tk-slide-copy .tk-mini-btn{align-self:flex-start;background:#fff;color:var(--tk-navy);border-color:transparent}
.tk-slider-controls{position:absolute;left:18px;right:18px;bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:14px;pointer-events:none}
.tk-slider-controls button{pointer-events:auto;width:42px;height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.34);background:rgba(255,255,255,.14);color:#fff;font-size:28px;line-height:1;display:grid;place-items:center;backdrop-filter:blur(12px)}
.tk-slider-controls button:hover{background:#fff;color:var(--tk-navy)}
.tk-slider-dots{display:flex;gap:8px;pointer-events:auto}
.tk-slider-dots button{width:10px;height:10px;min-width:10px;min-height:10px;padding:0;border:0;background:rgba(255,255,255,.42)}
.tk-slider-dots button.is-active{width:28px;background:var(--tk-gold)}
@media (max-width:1040px){.tk-slide{grid-template-columns:1fr}.tk-slider-track,.tk-slide-media,.tk-slide-media img{min-height:auto}.tk-slide-copy{padding:32px 28px 78px}.tk-slide-media img{height:340px}.tk-skill-picker-controls{grid-template-columns:1fr}.tk-skill-picker-controls .tk-mini-btn{width:100%}}
@media (max-width:760px){.tk-slider-section{padding:12px 0 48px}.tk-home-slider{border-radius:26px}.tk-slide-copy h2{font-size:32px}.tk-slide-copy p{font-size:15px}.tk-slide-media img{height:260px}.tk-slide-copy{padding:24px 20px 74px}.tk-slider-controls{left:12px;right:12px;bottom:12px}.tk-slider-controls button{width:38px;height:38px}.tk-skill-suggestions{max-height:260px;overflow:auto}.tk-global-skill-picker{padding:12px}}


/* TalKesher v1.1.9: top slider placement */
body.home .tk-slider-section:first-of-type{padding:28px 0 44px;background:linear-gradient(180deg,#fff 0%,#F8FBFD 100%);border-bottom:1px solid var(--tk-line)}
body.home .tk-slider-section:first-of-type + .tk-hero--human{padding-top:56px}
@media (max-width:760px){body.home .tk-slider-section:first-of-type{padding:16px 0 34px}body.home .tk-slider-section:first-of-type + .tk-hero--human{padding-top:42px}}


/* v1.1.10 AI match preview ring refinement */
@media (max-width:760px){.tk-match-float{left:0;bottom:18px;width:min(340px,92%);padding:16px 18px}.tk-ring{flex-basis:74px;width:74px;min-width:74px;height:74px;min-height:74px}.tk-ring span{width:52px;height:52px;font-size:20px}}


/* TalKesher v1.1.11 resume review dashboard refresh */
.tk-review-dashboard{padding:30px;border-radius:30px;background:linear-gradient(180deg,#fff 0%,#F7FBFD 100%);border:1px solid var(--tk-line);box-shadow:0 18px 40px rgba(13,27,61,.08);position:relative;overflow:hidden}
.tk-review-dashboard:before{content:"";position:absolute;right:-70px;top:-70px;width:200px;height:200px;border-radius:50%;background:rgba(15,163,163,.10)}
.tk-review-dashboard>*{position:relative;z-index:1}
.tk-review-dashboard__header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:16px}
.tk-review-dashboard__header h3{margin:8px 0 8px;color:var(--tk-navy);font-size:clamp(28px,3vw,40px);line-height:1.03;letter-spacing:-.045em}
.tk-review-lead{margin:0;color:#526071;font-size:16px;line-height:1.65;max-width:760px}
.tk-review-score-tile{flex:0 0 auto;min-width:185px;padding:18px 18px 16px;border-radius:24px;background:linear-gradient(135deg,var(--tk-navy),#153B76);box-shadow:0 18px 36px rgba(13,27,61,.18);display:grid;gap:4px}
.tk-review-score-number{display:block;color:#fff;font-family:Poppins,Inter,sans-serif;font-size:42px;font-weight:900;line-height:.95;letter-spacing:-.05em}
.tk-review-score-label{display:block;color:#DDEAF8;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.tk-review-progress{margin:6px 0 20px}
.tk-review-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:20px}
.tk-review-stat{padding:16px 18px;border-radius:22px;background:#fff;border:1px solid var(--tk-line);box-shadow:0 10px 24px rgba(13,27,61,.05)}
.tk-review-stat strong{display:block;color:var(--tk-navy);font-size:14px;line-height:1.25;margin-bottom:8px}
.tk-review-stat span{display:block;color:var(--tk-teal);font-family:Poppins,Inter,sans-serif;font-size:30px;font-weight:900;line-height:1;margin-bottom:8px;letter-spacing:-.05em}
.tk-review-stat small{display:block;color:#5A6677;font-size:12px;line-height:1.45}
.tk-review-body-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:16px}
.tk-review-panel{padding:20px 22px;border-radius:24px;background:#fff;border:1px solid var(--tk-line);box-shadow:0 10px 24px rgba(13,27,61,.05)}
.tk-review-panel--summary{background:linear-gradient(180deg,#fff,#F8FBFD)}
.tk-review-panel--wide{grid-column:1 / -1}
.tk-review-panel h4{margin:0 0 12px;color:var(--tk-navy);font-size:20px;letter-spacing:-.03em}
.tk-review-panel p{margin:0 0 12px;color:#4B5869;font-size:15px;line-height:1.75}
.tk-list--compact{display:grid;gap:10px;padding-left:18px;margin:0}
.tk-list--compact li{margin:0;color:#4B5869;line-height:1.65}
.tk-review-checks{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.tk-review-checks div{padding:18px 18px;border-radius:20px;background:#fff;border:1px solid var(--tk-line);box-shadow:0 8px 20px rgba(13,27,61,.05)}
.tk-review-checks strong{font-size:15px;margin-bottom:8px}
.tk-review-checks span{font-size:14px;line-height:1.6}
@media (max-width:1180px){
  .tk-review-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tk-review-body-grid{grid-template-columns:1fr}
}
@media (max-width:760px){
  .tk-review-dashboard{padding:22px;border-radius:24px}
  .tk-review-dashboard__header{display:grid}
  .tk-review-score-tile{min-width:0;width:100%}
  .tk-review-stat-grid,.tk-review-checks{grid-template-columns:1fr}
  .tk-review-dashboard__header h3{font-size:30px}
}


/* TalKesher v1.1.13: resume intro paragraphs + fixed public menu output */
.tk-static-menu{display:flex;align-items:center;gap:6px;list-style:none;margin:0;padding:0}
.tk-resume-intel-notes{display:grid;gap:14px;margin:20px 0 22px}
.tk-resume-intel-notes article{padding:16px 18px;border-radius:20px;background:linear-gradient(180deg,#fff,#F8FAFC);border:1px solid var(--tk-line);box-shadow:0 10px 24px rgba(13,27,61,.05)}
.tk-resume-intel-notes strong{display:block;margin-bottom:7px;color:var(--tk-navy);font-size:15px;line-height:1.25}
.tk-resume-intel-notes p{margin:0;color:#4B5869;font-size:15px;line-height:1.65;max-width:70ch}
@media (min-width:980px){.tk-resume-intel-notes{grid-template-columns:1fr 1fr}.tk-resume-intel-notes article{min-height:150px}}
@media (max-width:1040px){.tk-static-menu{display:grid;gap:2px}}
@media (max-width:760px){.tk-resume-intel-notes article{padding:14px}.tk-resume-intel-notes p{font-size:14px}}


/* TalKesher v1.1.14 resume slider above resume intelligence */
.tk-resume-feature{display:grid;gap:22px;align-items:start}
.tk-resume-slider-wrap{display:block}
.tk-resume-slider{border-radius:30px;overflow:hidden}
.tk-resume-slider .tk-slider-track{min-height:360px}
.tk-resume-slider .tk-slide{grid-template-columns:1fr 1fr}
.tk-resume-slider .tk-slide-media,.tk-resume-slider .tk-slide-media img{min-height:360px;height:360px}
.tk-resume-slider .tk-slide-copy{padding:34px 34px 82px}
.tk-resume-slider .tk-slide-copy h2{font-size:clamp(28px,3vw,42px)}
.tk-resume-slider .tk-slide-copy p{font-size:16px;line-height:1.6;margin-bottom:0}
.tk-resume-column{display:block}
@media (max-width:1040px){
  .tk-resume-slider .tk-slide{grid-template-columns:1fr}
  .tk-resume-slider .tk-slider-track,.tk-resume-slider .tk-slide-media,.tk-resume-slider .tk-slide-media img{min-height:auto;height:auto}
  .tk-resume-slider .tk-slide-media img{height:300px}
}
@media (max-width:760px){
  .tk-resume-slider{border-radius:24px}
  .tk-resume-slider .tk-slide-copy{padding:24px 20px 76px}
  .tk-resume-slider .tk-slide-copy h2{font-size:30px}
  .tk-resume-slider .tk-slide-media img{height:220px}
}


/* TalKesher v1.1.15 resume review reset + rerun behavior */
.tk-review-dashboard__actions{display:grid;gap:12px;justify-items:end;align-content:start}
.tk-review-reset{background:#fff;color:var(--tk-navy);border-color:var(--tk-line);box-shadow:0 8px 22px rgba(13,27,61,.08)}
.tk-review-reset:hover{background:var(--tk-soft-2);border-color:rgba(15,163,163,.30)}
.tk-review-loading{padding:10px 4px;display:grid;gap:14px}
.tk-review-loading h3{margin:6px 0 0;color:var(--tk-navy);font-size:clamp(28px,3vw,40px);line-height:1.05;letter-spacing:-.045em}
.tk-review-loading p{margin:0;color:#4B5869;font-size:16px;line-height:1.7;max-width:780px}
.tk-review-dashboard.is-analyzing{box-shadow:0 22px 60px rgba(15,163,163,.12);border-color:rgba(15,163,163,.26)}
.tk-review-dashboard.is-complete{animation:tkReviewPop .28s ease both}
@keyframes tkReviewPop{from{transform:translateY(8px);opacity:.76}to{transform:none;opacity:1}}
@media (max-width:760px){.tk-review-dashboard__actions{justify-items:stretch}.tk-review-reset{width:100%}}

/* TalKesher v1.1.16 resume extraction into candidate profile */
.tk-resume-extract-panel{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;margin:12px 0 22px;padding:18px;border-radius:22px;background:linear-gradient(135deg,rgba(15,163,163,.10),rgba(212,162,58,.10));border:1px solid rgba(15,163,163,.22);box-shadow:0 10px 24px rgba(13,27,61,.05)}
.tk-resume-extract-panel strong{display:block;color:var(--tk-navy);font-size:16px;margin-bottom:4px}
.tk-resume-extract-panel p{margin:0;color:#526071;font-size:14px;line-height:1.5}
.tk-resume-extract-panel .tk-mini-btn{white-space:nowrap;background:#fff;border-color:rgba(15,163,163,.22)}
.tk-resume-extract-panel .tk-mini-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}
.tk-extract-output{grid-column:1 / -1;display:none;padding:14px 16px;border-radius:18px;border:1px solid var(--tk-line);background:#fff;color:#475569;font-size:14px;line-height:1.5}
.tk-extract-output.is-active{display:grid;gap:4px}
.tk-extract-output strong{margin:0;color:var(--tk-navy)}
.tk-extract-output span{display:block;color:#526071}
.tk-extract-output.is-loading{border-color:rgba(15,163,163,.28);background:#F0FBFB}
.tk-extract-output.is-success{border-color:rgba(14,159,110,.28);background:#F0FDF7}
.tk-extract-output.is-error{border-color:rgba(180,35,24,.25);background:#FFF5F5}
.tk-extract-output.is-error strong{color:var(--tk-error)}
@media (max-width:760px){.tk-resume-extract-panel{grid-template-columns:1fr}.tk-resume-extract-panel .tk-mini-btn{width:100%}}


/* TalKesher v1.1.17 resume validation and review output */
.tk-review-dashboard.is-error{border-color:rgba(180,35,24,.28);background:linear-gradient(180deg,#fff,#FFF7F6)}
.tk-review-dashboard.is-error .tk-kicker{color:var(--tk-error)}
.tk-review-validation{margin:14px 0 18px;padding:16px 18px;border-radius:20px;background:linear-gradient(135deg,rgba(15,163,163,.10),rgba(212,162,58,.10));border:1px solid rgba(15,163,163,.22);color:var(--tk-navy)}
.tk-review-validation strong{display:block;margin-bottom:6px;color:var(--tk-navy)}
.tk-review-validation span{display:block;color:#526071;font-size:14px;line-height:1.55}
.tk-review-stat-grid--small{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:-4px}
.tk-review-loading{padding:12px 0}
.tk-review-loading h3{margin:8px 0 10px;color:var(--tk-navy);font-size:clamp(28px,3vw,40px);line-height:1.03;letter-spacing:-.045em}
.tk-review-loading p{color:#526071;font-size:16px;line-height:1.65;max-width:900px}
@media (max-width:760px){.tk-review-stat-grid--small{grid-template-columns:1fr}}


/* TalKesher v1.1.18: hide candidate readiness score until profile input starts */
.tk-score-card:not(.is-active){display:none!important}


/* TalKesher v1.1.19 AI matching resume validation */
.tk-ai-validation{display:grid;gap:5px;margin:10px 0 0;padding:12px 14px;border-radius:16px;background:rgba(15,163,163,.10);border:1px solid rgba(15,163,163,.22)}
.tk-ai-validation strong{color:#fff;font-size:13px;text-transform:uppercase;letter-spacing:.08em}
.tk-ai-validation span{color:#DDEAF8;font-size:13px;line-height:1.45}
.tk-card:not(.tk-card--dark) .tk-ai-validation strong{color:var(--tk-navy)}
.tk-card:not(.tk-card--dark) .tk-ai-validation span{color:#475569}
.tk-match-result--error{background:rgba(180,35,24,.12)!important;border-color:rgba(248,113,113,.38)!important}
.tk-match-result--error .tk-match-score{background:rgba(180,35,24,.2)}
.tk-match-result--error p{color:#FFE4E6!important}
.tk-match-result--error .tk-ai-validation{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18)}


/* TalKesher v1.1.20 compact footer */
.tk-site-footer{padding:34px 0 18px!important}
.tk-footer-grid{grid-template-columns:1.15fr repeat(3,.72fr)!important;gap:22px!important;align-items:start!important}
.tk-footer-logo{width:58px!important;margin-bottom:10px}
.tk-site-footer p{margin:7px 0!important;line-height:1.45!important;font-size:14px!important}
.tk-site-footer h4{margin:0 0 10px!important;font-size:15px!important;line-height:1.2!important}
.tk-site-footer .tk-pills{gap:7px!important;margin-top:12px!important}
.tk-site-footer .tk-pill{padding:6px 10px!important;font-size:12px!important}
.tk-footer-bottom{margin-top:26px!important;padding-top:16px!important;font-size:13px!important}
@media (max-width:1040px){.tk-footer-grid{grid-template-columns:1fr 1fr!important;gap:22px!important}.tk-site-footer{padding:32px 0 18px!important}}
@media (max-width:760px){.tk-footer-grid{grid-template-columns:1fr!important;gap:18px!important}.tk-site-footer{padding:28px 0 16px!important}.tk-footer-bottom{display:grid!important;gap:8px!important}}

/* TalKesher v1.1.21 live AI API review integration */
.tk-engine-badge{display:inline-flex;align-items:center;gap:6px;margin:8px 0 2px;padding:8px 12px;border-radius:999px;background:rgba(15,163,163,.10);border:1px solid rgba(15,163,163,.22);color:var(--tk-navy);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.tk-engine-badge:before{content:"";width:8px;height:8px;border-radius:999px;background:var(--tk-teal);box-shadow:0 0 0 4px rgba(15,163,163,.13)}


/* TalKesher v1.1.22 empty resume dashboard initial state */
.tk-review-dashboard--empty{background:linear-gradient(180deg,#fff,#F8FBFD);border:1px dashed rgba(15,163,163,.34);box-shadow:0 14px 34px rgba(13,27,61,.06)}
.tk-review-empty-state{display:grid;gap:14px;padding:8px 0;max-width:920px}
.tk-review-empty-state h3{margin:0;color:var(--tk-navy);font-size:clamp(30px,3.2vw,44px);line-height:1.03;letter-spacing:-.045em}
.tk-review-empty-state .tk-review-lead{max-width:860px}
.tk-review-empty-steps{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}
.tk-review-empty-steps span{display:inline-flex;align-items:center;border-radius:999px;padding:10px 14px;background:#fff;border:1px solid var(--tk-line);box-shadow:0 8px 18px rgba(13,27,61,.05);color:var(--tk-navy);font-size:13px;font-weight:850}
@media (max-width:760px){.tk-review-empty-steps{display:grid}.tk-review-empty-steps span{justify-content:center}}


/* TalKesher v1.1.23 resume upload + weakness dashboard */
.tk-review-document-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:start;margin:22px 0;padding:22px;border-radius:26px;background:linear-gradient(135deg,#fff 0%,#F4FBFB 100%);border:1px solid rgba(15,163,163,.20);box-shadow:0 12px 28px rgba(13,27,61,.06)}
.tk-review-document-card h4{margin:6px 0 10px;color:var(--tk-navy);font-size:22px;letter-spacing:-.035em;word-break:break-word}.tk-doc-meta{display:flex;flex-wrap:wrap;gap:8px}.tk-doc-meta span{display:inline-flex;align-items:center;border-radius:999px;padding:7px 10px;background:#fff;border:1px solid var(--tk-line);font-size:12px;font-weight:850;color:#334155}.tk-doc-sections{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;max-width:420px}.tk-doc-sections span{display:inline-flex;align-items:center;border-radius:999px;padding:8px 11px;background:rgba(15,163,163,.10);color:var(--tk-navy);font-size:12px;font-weight:900;border:1px solid rgba(15,163,163,.20)}.tk-resume-preview{grid-column:1 / -1;margin-top:4px;border-radius:18px;background:#fff;border:1px solid var(--tk-line);padding:14px 16px}.tk-resume-preview summary{cursor:pointer;color:var(--tk-navy);font-weight:900}.tk-resume-preview p{margin:12px 0 0;color:#526071;line-height:1.6}.tk-review-section-head{margin-bottom:16px}.tk-review-section-head h4{margin:8px 0 8px;color:var(--tk-navy);font-size:26px;letter-spacing:-.04em}.tk-review-section-head p{margin:0;color:#526071;max-width:860px}.tk-review-weakness-map{margin:24px 0;padding:24px;border-radius:28px;background:linear-gradient(180deg,#fff,#F9FBFD);border:1px solid var(--tk-line);box-shadow:0 10px 26px rgba(13,27,61,.05)}.tk-weakness-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.tk-weakness-card{padding:18px;border-radius:22px;border:1px solid var(--tk-line);background:#fff;box-shadow:0 8px 20px rgba(13,27,61,.04);border-left:6px solid var(--tk-gold)}.tk-weakness-card--high{border-left-color:#B42318;background:linear-gradient(180deg,#fff,#FFF7F6)}.tk-weakness-card--medium{border-left-color:var(--tk-gold);background:linear-gradient(180deg,#fff,#FFFCF3)}.tk-weakness-card--low{border-left-color:var(--tk-teal);background:linear-gradient(180deg,#fff,#F4FBFB)}.tk-weakness-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.tk-weakness-top strong{color:var(--tk-navy);font-size:16px}.tk-weakness-top span{display:inline-flex;border-radius:999px;padding:6px 10px;background:rgba(13,27,61,.08);color:var(--tk-navy);font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.tk-weakness-card--high .tk-weakness-top span{background:rgba(180,35,24,.10);color:#B42318}.tk-weakness-card p{margin:0 0 10px;color:#475569;line-height:1.6}.tk-weakness-card p:last-child{margin-bottom:0}.tk-weakness-card b{color:var(--tk-navy)}
@media (max-width:960px){.tk-review-document-card{grid-template-columns:1fr}.tk-doc-sections{justify-content:flex-start;max-width:none}.tk-weakness-grid{grid-template-columns:1fr}}
@media (max-width:760px){.tk-review-document-card,.tk-review-weakness-map{padding:18px;border-radius:22px}.tk-review-section-head h4{font-size:22px}}


/* TalKesher v1.1.24 safer resume extraction */
.tk-extract-output.is-success span strong{color:var(--tk-navy)}


/* TalKesher v1.1.25 safer resume profile extraction */
.tk-extract-applied{margin-top:12px;display:grid;gap:8px;padding:12px;border-radius:16px;background:rgba(255,255,255,.76);border:1px solid rgba(15,163,163,.18)}
.tk-extract-applied>strong{display:block;color:var(--tk-navy);font-size:14px}
.tk-extract-applied div{display:grid;grid-template-columns:150px 1fr;gap:10px;align-items:start;padding:8px 0;border-top:1px solid rgba(13,27,61,.08)}
.tk-extract-applied div strong{color:var(--tk-navy);font-size:13px}
.tk-extract-applied div span{color:#4B5869;font-size:13px;line-height:1.4}
@media (max-width:760px){.tk-extract-applied div{grid-template-columns:1fr;gap:2px}}


/* TalKesher v1.3.0 production polish */
.tk-consent-check{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;border:1px solid rgba(15,163,163,.22);background:rgba(15,163,163,.06);border-radius:18px;color:#334155;font-size:14px;line-height:1.5;font-weight:650}
.tk-consent-check input{margin-top:3px;accent-color:var(--tk-teal);flex:0 0 auto}.tk-consent-check span{display:block}.tk-consent-check--dark{border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.08);color:#EAF4FF}
.tk-resume-extract-panel{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center;padding:22px;border-radius:26px;border:1px solid rgba(15,163,163,.28);background:linear-gradient(135deg,rgba(15,163,163,.08),rgba(212,162,58,.08));box-shadow:var(--tk-shadow-soft)}
.tk-resume-extract-panel p{margin:.35rem 0 0;color:#526071}.tk-resume-extract-panel .tk-consent-check{grid-column:1/-1}.tk-resume-extract-panel .tk-extract-output{grid-column:1/-1}
.tk-extract-output{display:none;padding:16px;border-radius:18px;border:1px solid var(--tk-line);background:#fff}.tk-extract-output.is-active{display:grid;gap:8px}.tk-extract-output.is-error{border-color:rgba(180,35,24,.25);background:#FFF3F2;color:var(--tk-error)}.tk-extract-output.is-success{border-color:rgba(15,163,163,.28);background:#F0FBFA;color:#0B5254}.tk-extract-output.is-loading{border-color:rgba(212,162,58,.35);background:#FFF8E5;color:#6F4D14}.tk-extract-applied{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:8px}.tk-extract-applied>strong{grid-column:1/-1;color:var(--tk-navy)}.tk-extract-applied div{padding:10px 12px;border-radius:14px;background:#fff;border:1px solid var(--tk-line)}.tk-extract-applied div strong{display:block;font-size:12px;color:var(--tk-gray);text-transform:uppercase;letter-spacing:.08em}.tk-extract-applied div span{display:block;color:var(--tk-navy);font-weight:800}
.tk-job-empty{padding:28px;border:1px dashed rgba(13,27,61,.24);border-radius:24px;background:#fff;color:#334155}.tk-job-empty h3{margin-top:0;color:var(--tk-navy)}
.tk-header-quick{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:9px 16px;border-radius:999px;background:#fff;color:var(--tk-navy);border:1px solid var(--tk-line);font-weight:850;box-shadow:0 10px 24px rgba(13,27,61,.08)}.tk-header-quick:before{content:"↑";display:inline-grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--tk-soft-2);color:var(--tk-teal);font-weight:900}
.tk-review-dashboard--empty{min-height:260px;display:grid;align-items:center}.tk-review-empty-state{text-align:left}.tk-review-empty-steps{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.tk-review-empty-steps span{padding:9px 12px;border-radius:999px;background:#fff;border:1px solid var(--tk-line);font-weight:850;color:var(--tk-navy)}
.tk-ai-results-panel{min-height:360px}.tk-match-result--error{border-color:rgba(255,255,255,.25)}
@media (max-width:960px){
  .tk-resume-extract-panel{grid-template-columns:1fr}.tk-resume-extract-panel .tk-mini-btn{width:100%}.tk-extract-applied{grid-template-columns:1fr}.tk-header-actions{gap:8px}.tk-header-quick{padding:8px 12px;font-size:13px}.tk-site-header{top:0}.tk-nav{padding:10px 0}.tk-menu{position:absolute;left:20px;right:20px;top:calc(100% + 8px);display:none;background:#fff;border:1px solid var(--tk-line);box-shadow:var(--tk-shadow);border-radius:22px;padding:12px;z-index:90}.tk-menu.is-open{display:block}.tk-menu ul{display:grid;gap:4px}.tk-menu a{width:100%;justify-content:center}.tk-mobile-toggle{display:block}
}
@media (max-width:640px){
  .tk-wrap{width:min(100% - 28px,1180px)}.tk-section{padding:54px 0}.tk-card{padding:22px;border-radius:22px}.tk-form-grid,.tk-grid-2,.tk-grid-3,.tk-grid-4{grid-template-columns:1fr}.tk-footer-grid{grid-template-columns:1fr;gap:20px}.tk-footer-bottom{margin-top:24px}.tk-hero h1{font-size:clamp(42px,15vw,68px)}.tk-btn{width:100%}.tk-hero-actions{width:100%}.tk-review-dashboard__actions{width:100%}.tk-review-score-tile{width:100%}.tk-review-stat-grid{grid-template-columns:1fr}.tk-weakness-grid{grid-template-columns:1fr}
}

/* =========================================================
   TalKesher v1.3.0 — Current-generation product refresh
   ========================================================= */
:root{
  --tk-navy:#071128;
  --tk-navy-2:#101B3D;
  --tk-teal:#00D8C4;
  --tk-teal-2:#22F2DD;
  --tk-gold:#FFC857;
  --tk-gold-2:#FFE18D;
  --tk-violet:#7C3AED;
  --tk-coral:#FF4F8B;
  --tk-lime:#B9FF3B;
  --tk-soft:#F4F7FB;
  --tk-soft-2:#E9FFFC;
  --tk-gray:#667085;
  --tk-line:rgba(13,27,61,.11);
  --tk-shadow:0 28px 90px rgba(7,17,40,.18);
  --tk-shadow-soft:0 16px 44px rgba(7,17,40,.09);
  --tk-glass:rgba(255,255,255,.76);
  --tk-gradient:linear-gradient(135deg,#00D8C4 0%,#7C3AED 52%,#FF4F8B 100%);
  --tk-gradient-2:linear-gradient(135deg,#071128 0%,#10245B 46%,#00D8C4 165%);
}
body{background:
  radial-gradient(circle at 10% 8%, rgba(0,216,196,.15), transparent 26%),
  radial-gradient(circle at 90% 0%, rgba(124,58,237,.14), transparent 28%),
  radial-gradient(circle at 50% 70%, rgba(255,79,139,.08), transparent 30%),
  linear-gradient(180deg,#FFFFFF 0%,#F7FAFF 42%,#FFFFFF 100%);}
body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-2;background-image:linear-gradient(rgba(7,17,40,.032) 1px,transparent 1px),linear-gradient(90deg,rgba(7,17,40,.032) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(180deg,rgba(0,0,0,.75),rgba(0,0,0,.04));}
.tk-site-header{background:rgba(255,255,255,.78);box-shadow:0 16px 48px rgba(7,17,40,.06);backdrop-filter:blur(22px) saturate(150%)}
.tk-nav{padding:12px 0}.tk-brand img{filter:drop-shadow(0 10px 22px rgba(0,216,196,.18))}.tk-menu a{font-size:14px;font-weight:900;letter-spacing:-.02em;position:relative}.tk-menu a:hover,.tk-menu .current-menu-item>a{background:rgba(0,216,196,.12);box-shadow:inset 0 0 0 1px rgba(0,216,196,.18)}
.tk-header-quick,.tk-theme-toggle,.tk-command-btn{min-height:44px;border-radius:999px;border:1px solid rgba(7,17,40,.10);background:rgba(255,255,255,.86);color:var(--tk-navy);font-weight:950;padding:10px 14px;box-shadow:0 10px 28px rgba(7,17,40,.07);display:inline-flex;align-items:center;gap:8px}.tk-command-btn{font-family:Poppins,Inter,sans-serif}.tk-command-btn span{padding:2px 6px;border-radius:9px;background:var(--tk-gradient);color:#fff}.tk-theme-toggle:hover,.tk-command-btn:hover,.tk-header-quick:hover{transform:translateY(-1px);box-shadow:0 14px 34px rgba(7,17,40,.12)}
.tk-btn,.wp-block-button__link{background:var(--tk-gradient-2);border:0;box-shadow:0 16px 40px rgba(7,17,40,.18)}.tk-btn--teal{background:linear-gradient(135deg,#00B7AC,#00D8C4,#7C3AED)}.tk-btn--gold{background:linear-gradient(135deg,#FFC857,#B9FF3B);color:#071128}.tk-btn--light{background:rgba(255,255,255,.92);border:1px solid rgba(7,17,40,.12);box-shadow:0 12px 28px rgba(7,17,40,.08)}
.tk-card{background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,255,255,.78));border-color:rgba(7,17,40,.10);box-shadow:0 18px 54px rgba(7,17,40,.09);backdrop-filter:blur(14px)}.tk-card:hover{box-shadow:0 24px 70px rgba(7,17,40,.13)}.tk-card--dark{background:radial-gradient(circle at 90% 0%,rgba(0,216,196,.26),transparent 28%),linear-gradient(135deg,#050B1C,#071128 60%,#111C45);border-color:rgba(255,255,255,.12)}
.tk-eyebrow{color:#00998F}.tk-eyebrow:before{background:linear-gradient(90deg,var(--tk-gold),var(--tk-coral))}.tk-heading,.tk-hero h1{letter-spacing:-.075em}.tk-hero h1 span,.tk-heading .tk-gradient-text{background:var(--tk-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}.tk-subtitle{color:#596579}.tk-kicker{color:#B98300}.tk-pill{background:rgba(255,255,255,.84);border-color:rgba(7,17,40,.10);box-shadow:0 8px 24px rgba(7,17,40,.05)}
.tk-slider-section{padding:30px 0 36px!important;background:linear-gradient(180deg,#fff,#F7FAFF)!important}.tk-home-slider{border-radius:42px;background:radial-gradient(circle at 94% 8%,rgba(255,79,139,.32),transparent 24%),radial-gradient(circle at 12% 10%,rgba(0,216,196,.35),transparent 30%),linear-gradient(135deg,#050B1C,#101B3D 60%,#1A0F3D);box-shadow:0 34px 100px rgba(7,17,40,.24),inset 0 0 0 1px rgba(255,255,255,.12)}.tk-slide-copy h2{letter-spacing:-.07em}.tk-slide-copy .tk-mini-btn{background:#fff;border:0;color:#071128;box-shadow:0 14px 34px rgba(0,0,0,.18)}.tk-slider-dots button.is-active{background:linear-gradient(90deg,var(--tk-teal),var(--tk-coral))}.tk-slide-media img{filter:saturate(1.06) contrast(1.02)}
.tk-hero--human{padding-top:58px;background:radial-gradient(circle at 85% 12%,rgba(0,216,196,.10),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.86),rgba(248,251,255,.9))}.tk-human-panel-card,.tk-hero-media--inside,.tk-benefit-pill,.tk-human-mini-card,.tk-story-step,.tk-image-band,.tk-stat-pill{border-color:rgba(7,17,40,.10);box-shadow:0 16px 48px rgba(7,17,40,.08)}.tk-benefit-pill{grid-template-columns:190px 1fr;background:rgba(255,255,255,.78)}.tk-benefit-pill strong{font-family:Poppins,Inter,sans-serif}.tk-match-float{box-shadow:0 26px 70px rgba(7,17,40,.18);border-color:rgba(0,216,196,.18)}.tk-ring{background:conic-gradient(from -90deg,#00D8C4 0 92%,rgba(7,17,40,.10) 92% 100%)}
.tk-story-step span{background:var(--tk-gradient);box-shadow:0 14px 30px rgba(124,58,237,.18)}.tk-image-band{background:linear-gradient(135deg,rgba(255,255,255,.84),rgba(233,255,252,.78))}.tk-quote-card blockquote{background:linear-gradient(135deg,#071128,#00AFA3);-webkit-background-clip:text;background-clip:text;color:transparent}
.tk-section--dark{background:radial-gradient(circle at 5% 20%,rgba(0,216,196,.28),transparent 30%),radial-gradient(circle at 92% 0%,rgba(124,58,237,.30),transparent 28%),linear-gradient(135deg,#030816,#071128 52%,#101B3D)}.tk-section--soft{background:linear-gradient(180deg,#F8FBFF,#EAFFFC)}
.tk-form input,.tk-form select,.tk-form textarea,.tk-field input,.tk-field select,.tk-field textarea{background:rgba(255,255,255,.9);border-color:rgba(7,17,40,.10);box-shadow:inset 0 0 0 1px rgba(255,255,255,.4)}.tk-form input:focus,.tk-form select:focus,.tk-form textarea:focus,.tk-field input:focus,.tk-field select:focus,.tk-field textarea:focus{border-color:rgba(0,216,196,.75);box-shadow:0 0 0 5px rgba(0,216,196,.14)}.tk-consent-check{background:rgba(255,255,255,.74);border:1px solid rgba(7,17,40,.10);border-radius:18px;padding:14px}.tk-consent-check input{accent-color:var(--tk-teal)}
.tk-job-toolbar--hip{align-items:flex-start}.tk-job-tools{display:grid;gap:12px;justify-items:end;min-width:min(520px,100%)}.tk-job-search{width:100%}.tk-job-search input{width:100%;min-height:48px;border-radius:999px;border:1px solid rgba(7,17,40,.12);padding:12px 18px;background:rgba(255,255,255,.86);box-shadow:0 14px 30px rgba(7,17,40,.06);font-weight:800}.tk-job-count{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:var(--tk-gray)}.tk-job-card{position:relative;transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease}.tk-job-card:hover{transform:translateY(-3px);border-color:rgba(0,216,196,.36);box-shadow:0 22px 56px rgba(7,17,40,.12)}.tk-save-job{position:absolute;right:18px;top:18px;width:42px;height:42px;border-radius:999px;border:1px solid rgba(7,17,40,.10);background:#fff;color:#071128;font-size:22px;display:grid;place-items:center;z-index:2;box-shadow:0 12px 28px rgba(7,17,40,.10)}.tk-job-card.is-saved .tk-save-job{background:linear-gradient(135deg,var(--tk-coral),var(--tk-violet));color:#fff;border-color:transparent}.tk-filter[data-filter="Saved"].is-active{background:linear-gradient(135deg,var(--tk-coral),var(--tk-violet));color:#fff;border-color:transparent}
.tk-ai-match-board,.tk-resume-review,.tk-app-shell{border-radius:34px}.tk-ai-results-panel{background:radial-gradient(circle at 86% 8%,rgba(0,216,196,.24),transparent 28%),linear-gradient(135deg,#050B1C,#071128 70%,#142363)}.tk-ai-orb{background:radial-gradient(circle at 30% 25%,#fff,rgba(255,255,255,.5) 12%,rgba(255,200,87,.8) 20%,rgba(0,216,196,.65) 58%,rgba(124,58,237,.45) 100%);filter:drop-shadow(0 16px 36px rgba(0,216,196,.18))}.tk-review-dashboard{background:radial-gradient(circle at 92% 0%,rgba(0,216,196,.13),transparent 26%),linear-gradient(180deg,#fff,#F8FBFF)}.tk-review-score-tile{background:linear-gradient(135deg,#071128,#203A86 72%,#00D8C4 145%)}.tk-review-stat span{color:#00AFA3}.tk-extract-output.is-success{background:rgba(0,216,196,.10);border-color:rgba(0,216,196,.28)}
.tk-app-shell{background:linear-gradient(135deg,#071128,#111C45);box-shadow:0 30px 90px rgba(7,17,40,.20)}.tk-app-sidebar{background:radial-gradient(circle at 10% 0%,rgba(0,216,196,.20),transparent 32%),rgba(255,255,255,.05);border-color:rgba(255,255,255,.10)}.tk-dashboard-panel{background:rgba(255,255,255,.92);border-color:rgba(7,17,40,.10);box-shadow:0 16px 48px rgba(7,17,40,.08)}
.tk-site-footer{background:radial-gradient(circle at 90% 0%,rgba(0,216,196,.14),transparent 30%),linear-gradient(135deg,#030816,#071128 68%,#111C45);padding-top:54px}.tk-footer-grid{gap:34px}.tk-footer-logo{filter:drop-shadow(0 12px 32px rgba(0,216,196,.22))}.tk-site-footer .tk-pill{background:rgba(255,255,255,.92);color:#071128}.tk-site-footer a:hover{color:#8FFFF2}
.tk-command-palette{position:fixed;inset:0;z-index:10000;display:grid;place-items:start center;padding-top:10vh}.tk-command-palette[hidden]{display:none}.tk-command-backdrop{position:absolute;inset:0;background:rgba(3,8,22,.58);backdrop-filter:blur(10px)}.tk-command-panel{position:relative;width:min(720px,calc(100% - 28px));border-radius:30px;background:rgba(255,255,255,.92);box-shadow:0 40px 120px rgba(0,0,0,.32);border:1px solid rgba(255,255,255,.45);overflow:hidden;transform:translateY(-10px) scale(.98);opacity:0;transition:.18s ease}.tk-command-palette.is-open .tk-command-panel{transform:translateY(0) scale(1);opacity:1}.tk-command-head{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid rgba(7,17,40,.08);font-weight:950;color:#071128}.tk-command-head button{width:36px;height:36px;border:0;border-radius:999px;background:#F3F6FA;color:#071128;font-size:22px}.tk-command-panel input{width:calc(100% - 32px);margin:16px;border:1px solid rgba(7,17,40,.10);border-radius:18px;min-height:56px;padding:14px 16px;font-weight:850;background:#F8FAFC}.tk-command-list{display:grid;gap:8px;padding:0 16px 16px;max-height:48vh;overflow:auto}.tk-command-list a{display:grid;gap:2px;padding:14px 16px;border-radius:18px;background:#fff;border:1px solid rgba(7,17,40,.08);box-shadow:0 8px 22px rgba(7,17,40,.04)}.tk-command-list a:hover{background:linear-gradient(135deg,rgba(0,216,196,.12),rgba(124,58,237,.10));border-color:rgba(0,216,196,.22)}.tk-command-list strong{color:#071128}.tk-command-list span{font-size:13px;color:#667085}.tk-command-foot{padding:12px 18px 18px;color:#667085;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}
body.tk-vibe-night{background:radial-gradient(circle at 14% 0%,rgba(0,216,196,.18),transparent 26%),radial-gradient(circle at 90% 0%,rgba(124,58,237,.20),transparent 28%),linear-gradient(180deg,#030816,#071128 48%,#030816);color:#EAF2FF}body.tk-vibe-night .tk-site-header{background:rgba(3,8,22,.78);border-color:rgba(255,255,255,.10)}body.tk-vibe-night .tk-menu a,body.tk-vibe-night .tk-theme-toggle,body.tk-vibe-night .tk-command-btn{color:#EAF2FF;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12)}body.tk-vibe-night .tk-card,body.tk-vibe-night .tk-benefit-pill,body.tk-vibe-night .tk-human-mini-card,body.tk-vibe-night .tk-story-step,body.tk-vibe-night .tk-review-dashboard,body.tk-vibe-night .tk-dashboard-panel{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:#EAF2FF}body.tk-vibe-night .tk-heading,body.tk-vibe-night .tk-card h2,body.tk-vibe-night .tk-card h3,body.tk-vibe-night .tk-card h4,body.tk-vibe-night .tk-hero h1{color:#fff}body.tk-vibe-night .tk-subtitle,body.tk-vibe-night .tk-muted,body.tk-vibe-night .tk-card p,body.tk-vibe-night .tk-list li{color:#C9D7EA}body.tk-vibe-night .tk-form input,body.tk-vibe-night .tk-form select,body.tk-vibe-night .tk-form textarea{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16);color:#fff}body.tk-vibe-night .tk-form input::placeholder,body.tk-vibe-night .tk-form textarea::placeholder{color:#95A3BA}body.tk-vibe-night .tk-pill{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.14);color:#EAF2FF}body.tk-vibe-night .tk-header-quick{background:#fff;color:#071128}
@media (max-width:1180px){.tk-header-actions{gap:8px}.tk-command-btn span,.tk-theme-toggle span{font-size:12px}.tk-job-tools{justify-items:stretch}.tk-job-toolbar--hip{display:grid;gap:20px}.tk-job-search input{min-height:46px}}
@media (max-width:900px){.tk-theme-toggle{display:none}.tk-command-btn{min-width:44px;padding-inline:10px}.tk-command-btn span{font-size:0}.tk-command-btn span:before{content:"⌘K";font-size:12px}.tk-hero-benefits .tk-benefit-pill{grid-template-columns:1fr}.tk-footer-grid{grid-template-columns:1fr 1fr}}
@media (max-width:760px){.tk-wrap{width:min(100% - 24px,1180px)}.tk-nav{padding:10px 0}.tk-brand img{width:54px}.tk-header-quick{display:none}.tk-mobile-toggle{display:grid;place-items:center}.tk-menu.is-open{display:block}.tk-menu{top:74px}.tk-hero h1{font-size:clamp(44px,15vw,68px)}.tk-card{border-radius:22px;padding:22px}.tk-home-slider{border-radius:26px}.tk-footer-grid{grid-template-columns:1fr}.tk-command-palette{padding-top:5vh}.tk-command-panel{border-radius:24px}.tk-job-filters{overflow-x:auto;padding-bottom:6px;justify-content:flex-start}.tk-job-card{padding-right:22px}.tk-save-job{right:12px;top:12px;width:38px;height:38px}}

/* v1.3.0 homepage product layer */
.tk-nextgen-section{padding:38px 0 78px;background:linear-gradient(180deg,#F7FAFF,#fff)}.tk-nextgen-card{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center;padding:34px;border-radius:36px;background:radial-gradient(circle at 100% 0%,rgba(124,58,237,.16),transparent 30%),radial-gradient(circle at 0% 0%,rgba(0,216,196,.18),transparent 32%),rgba(255,255,255,.84);border:1px solid rgba(7,17,40,.10);box-shadow:0 24px 70px rgba(7,17,40,.10);backdrop-filter:blur(16px)}.tk-nextgen-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.tk-nextgen-metrics div{padding:22px;border-radius:24px;background:#071128;color:#fff;box-shadow:0 16px 40px rgba(7,17,40,.14)}.tk-nextgen-metrics strong{display:block;font-family:Poppins,Inter,sans-serif;font-size:38px;letter-spacing:-.06em;background:var(--tk-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}.tk-nextgen-metrics span{display:block;font-weight:850;color:#DDEAF8}.tk-gen-z-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:18px}.tk-gen-z-card{padding:22px;border-radius:26px;background:rgba(255,255,255,.82);border:1px solid rgba(7,17,40,.10);box-shadow:0 16px 42px rgba(7,17,40,.08)}.tk-gen-z-card span{display:grid;place-items:center;width:46px;height:46px;border-radius:16px;background:var(--tk-gradient);color:#fff;font-weight:950;margin-bottom:14px}.tk-gen-z-card strong{display:block;color:var(--tk-navy);font-size:18px;line-height:1.1;margin-bottom:8px}.tk-gen-z-card p{margin:0;color:var(--tk-gray);font-size:14px;line-height:1.55}@media(max-width:1040px){.tk-nextgen-card{grid-template-columns:1fr}.tk-gen-z-grid{grid-template-columns:1fr 1fr}}@media(max-width:760px){.tk-nextgen-card{padding:24px;border-radius:26px}.tk-gen-z-grid,.tk-nextgen-metrics{grid-template-columns:1fr}.tk-nextgen-section{padding:24px 0 58px}}
body.tk-vibe-night .tk-nextgen-section{background:linear-gradient(180deg,#030816,#071128)}body.tk-vibe-night .tk-nextgen-card,body.tk-vibe-night .tk-gen-z-card{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12)}body.tk-vibe-night .tk-gen-z-card strong{color:#fff}


/* TalKesher v1.3.1 employer profile form validation fix */
.tk-field small{display:block;margin-top:7px;color:var(--tk-muted,#5A6677);font-size:13px;line-height:1.45}


/* TalKesher v1.3.2 complete employer profile dashboard */
.tk-employer-dashboard{display:grid;gap:22px;margin-top:20px}
.tk-employer-hero-panel{display:grid;grid-template-columns:1.35fr .65fr;gap:20px;align-items:stretch;padding:28px;border-radius:30px;background:radial-gradient(circle at 100% 0%,rgba(0,216,196,.16),transparent 34%),linear-gradient(135deg,#071128,#14245D);color:#fff;box-shadow:0 24px 70px rgba(7,17,40,.18)}
.tk-employer-hero-panel h2{margin:8px 0 10px;font-size:clamp(34px,4vw,58px);line-height:1;letter-spacing:-.06em;color:#fff}
.tk-employer-hero-panel p{margin:0;color:#DCE8FA;max-width:780px;font-size:17px;line-height:1.65}
.tk-employer-code-card{padding:20px;border-radius:24px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);display:grid;align-content:center;gap:6px}
.tk-employer-code-card span,.tk-employer-code-card small{color:#C9D7EA}.tk-employer-code-card strong{font-size:30px;letter-spacing:.02em;color:#fff}
.tk-employer-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.tk-employer-kpis div{padding:20px;border-radius:24px;background:#fff;border:1px solid var(--tk-line);box-shadow:var(--tk-shadow-soft)}
.tk-employer-kpis strong{display:block;font-size:42px;line-height:1;color:#00AFA3;font-family:Poppins,Inter,sans-serif;letter-spacing:-.05em}.tk-employer-kpis span{display:block;margin-top:8px;color:#5B6677;font-weight:800}
.tk-employer-nav{position:sticky;top:92px;z-index:5;display:flex;gap:10px;flex-wrap:wrap;padding:10px;border-radius:999px;background:rgba(255,255,255,.86);backdrop-filter:blur(18px);border:1px solid var(--tk-line);box-shadow:0 14px 34px rgba(7,17,40,.08)}
.tk-employer-nav a{padding:10px 14px;border-radius:999px;font-weight:900;color:var(--tk-navy);background:#fff;border:1px solid rgba(7,17,40,.06)}
.tk-employer-nav a:hover{background:linear-gradient(135deg,var(--tk-teal-2),#6E44FF);color:#fff;transform:translateY(-1px)}
.tk-employer-panel{padding:26px;border-radius:30px;background:#fff;border:1px solid var(--tk-line);box-shadow:var(--tk-shadow-soft);scroll-margin-top:130px}
.tk-employer-panel .tk-panel-head{margin-bottom:18px}.tk-panel-head h3{margin:6px 0;color:var(--tk-navy);font-size:clamp(26px,3vw,38px);line-height:1.05;letter-spacing:-.045em}.tk-panel-head p{margin:0;color:#5B6677;max-width:760px}
.tk-profile-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.tk-profile-summary-grid div{padding:16px;border-radius:18px;background:#F8FBFF;border:1px solid var(--tk-line)}.tk-profile-summary-grid strong{display:block;color:var(--tk-navy);font-size:13px;text-transform:uppercase;letter-spacing:.06em}.tk-profile-summary-grid span{display:block;margin-top:6px;color:#4F5C70;font-weight:750}
.tk-profile-needs{margin-top:14px;padding:18px;border-radius:20px;background:linear-gradient(135deg,rgba(0,216,196,.10),rgba(124,58,237,.08));border:1px solid rgba(0,216,196,.20)}.tk-profile-needs strong{color:var(--tk-navy)}.tk-profile-needs p{margin:6px 0 0;color:#4F5C70}
.tk-employer-table{display:grid;gap:10px}.tk-table-row{display:grid;grid-template-columns:1.45fr 1fr .7fr .9fr .7fr;gap:12px;align-items:center;padding:14px 16px;border-radius:18px;background:#F9FBFF;border:1px solid var(--tk-line)}.tk-table-head{background:#071128;color:#fff;font-weight:900}.tk-table-row span{color:#4F5C70}.tk-table-row strong{display:block;color:var(--tk-navy)}.tk-table-head span,.tk-table-head strong{color:#fff}.tk-table-row small{display:block;color:#7A8598}.tk-table-row em{font-style:normal;padding:5px 9px;border-radius:999px;background:rgba(0,216,196,.12);color:#087E7E;font-weight:900;font-size:12px;text-transform:capitalize}
.tk-empty-mini{padding:18px;border-radius:20px;background:#F8FBFF;border:1px dashed rgba(0,216,196,.35);display:grid;gap:4px}.tk-empty-mini strong{color:var(--tk-navy)}.tk-empty-mini span{color:#5B6677}
.tk-workspace-context{padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.20);color:#fff;display:grid;gap:4px}.tk-card:not(.tk-card--dark) .tk-workspace-context{background:#F8FBFF;color:var(--tk-navy);border-color:var(--tk-line)}.tk-workspace-context span{font-size:13px;color:inherit;opacity:.78}
.tk-ops-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;align-items:start}.tk-ops-form{padding:20px;border-radius:24px;background:#F8FBFF;border:1px solid var(--tk-line)}.tk-ops-list{display:grid;gap:12px}.tk-ops-item{padding:16px;border-radius:20px;background:#fff;border:1px solid var(--tk-line);box-shadow:0 10px 28px rgba(7,17,40,.06)}.tk-ops-item strong{display:block;color:var(--tk-navy);font-size:16px}.tk-ops-item span{display:block;margin-top:4px;color:#00AFA3;font-weight:900}.tk-ops-item small{display:block;margin-top:4px;color:#68758A}
.tk-onboarding-checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:12px 0}.tk-onboarding-checks label{padding:12px;border-radius:16px;background:#fff;border:1px solid var(--tk-line);font-weight:850;color:var(--tk-navy)}
.tk-onboarding-board{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.tk-onboarding-board div{padding:18px;border-radius:22px;background:linear-gradient(180deg,#fff,#F8FBFF);border:1px solid var(--tk-line);box-shadow:0 10px 30px rgba(7,17,40,.06)}.tk-onboarding-board span{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:14px;background:linear-gradient(135deg,#00D8C4,#6E44FF);color:#fff;font-weight:950;margin-bottom:10px}.tk-onboarding-board strong{display:block;color:var(--tk-navy)}.tk-onboarding-board p{margin:8px 0 0;color:#5B6677;font-size:14px}
body.tk-vibe-night .tk-employer-panel,body.tk-vibe-night .tk-employer-kpis div,body.tk-vibe-night .tk-ops-form,body.tk-vibe-night .tk-ops-item,body.tk-vibe-night .tk-table-row,body.tk-vibe-night .tk-profile-summary-grid div,body.tk-vibe-night .tk-onboarding-board div{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12)}body.tk-vibe-night .tk-employer-nav{background:rgba(3,8,22,.75);border-color:rgba(255,255,255,.12)}body.tk-vibe-night .tk-employer-nav a{background:rgba(255,255,255,.08);color:#fff;border-color:rgba(255,255,255,.12)}body.tk-vibe-night .tk-table-head{background:rgba(255,255,255,.12)}
@media (max-width:1080px){.tk-employer-hero-panel,.tk-ops-grid{grid-template-columns:1fr}.tk-employer-kpis,.tk-onboarding-board{grid-template-columns:repeat(2,minmax(0,1fr))}.tk-profile-summary-grid{grid-template-columns:1fr 1fr}.tk-table-row{grid-template-columns:1fr 1fr}.tk-table-head{display:none}.tk-employer-nav{top:82px;border-radius:24px}}
@media (max-width:760px){.tk-employer-kpis,.tk-onboarding-board,.tk-profile-summary-grid,.tk-onboarding-checks{grid-template-columns:1fr}.tk-employer-panel,.tk-employer-hero-panel{padding:20px;border-radius:24px}.tk-employer-nav{position:relative;top:auto;border-radius:22px}.tk-employer-nav a{width:100%;text-align:center}.tk-table-row{grid-template-columns:1fr}.tk-workspace-grid{grid-template-columns:1fr}.tk-employer-code-card strong{font-size:24px}}


/* TalKesher v1.3.3 profile duplicate control + login portals */
.tk-portal-login,.tk-existing-profile-check{position:relative;overflow:hidden;border:1px solid rgba(15,163,163,.28);background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(239,253,253,.86));box-shadow:0 22px 60px rgba(13,27,61,.08)}
.tk-portal-login:before,.tk-existing-profile-check:before{content:"";position:absolute;right:-90px;top:-90px;width:220px;height:220px;border-radius:999px;background:radial-gradient(circle,rgba(106,75,255,.18),rgba(15,163,163,.05),transparent 68%)}
.tk-portal-login>*{position:relative;z-index:1}.tk-existing-profile-check>*{position:relative;z-index:1}
.tk-inline-lookup-form{margin-top:18px;padding-top:18px;border-top:1px solid var(--tk-line)}
.tk-portal-divider{display:flex;align-items:center;gap:12px;margin:20px 0;color:#64748b;font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:12px}
.tk-portal-divider:before,.tk-portal-divider:after{content:"";height:1px;background:var(--tk-line);flex:1}
.tk-candidate-dashboard{display:grid;gap:22px}.tk-candidate-hero-panel{background:linear-gradient(135deg,#07152e,#102f69 70%,#6a4bff)}
.tk-portal-actions{margin-top:18px;flex-wrap:wrap}.tk-notice--gold{background:#fff3c4;border-color:#d4a23a;color:#2e2206}
.tk-header-login{background:linear-gradient(135deg,var(--tk-violet),var(--tk-coral));color:#fff!important;border-color:transparent!important}
.tk-existing-profile-check .tk-form{margin-top:16px}
@media(max-width:760px){.tk-header-login{display:none}.tk-portal-login,.tk-existing-profile-check{padding:20px}.tk-inline-lookup-form{padding-top:14px}}

.tk-inline-note{margin:6px 0 0;color:var(--tk-slate);font-size:14px;line-height:1.55;padding:10px 14px;border-radius:14px;background:rgba(255,255,255,.6);border:1px solid rgba(13,27,61,.08)}


/* TalKesher v1.3.6 employer portal routing */
.tk-employer-dashboard-only{padding-top:42px}
.tk-employer-workspace-lock--active{padding:0;border:0;background:transparent;box-shadow:none;overflow:visible}
.tk-employer-access-section .tk-card .tk-employer-workspace-lock{padding:0;border:0;background:transparent;box-shadow:none}
.tk-employer-access-section .tk-card .tk-employer-workspace-lock .tk-profile-gate{padding:0}
.tk-employer-public-section .tk-existing-profile-check{height:100%}
.tk-employer-public-hero{background:radial-gradient(circle at 0% 8%,rgba(15,199,190,.16),transparent 32%),radial-gradient(circle at 100% 8%,rgba(124,58,237,.12),transparent 30%)}
@media (max-width:900px){.tk-employer-dashboard-only{padding-top:24px}}


/* TalKesher v1.3.7 — production dark mode / night vibe contrast upgrade */
body.tk-vibe-night{
  --tk-night-bg:#050814;
  --tk-night-bg-2:#080E1F;
  --tk-night-surface:#0D1428;
  --tk-night-surface-2:#111B35;
  --tk-night-surface-3:#16223F;
  --tk-night-border:rgba(148,163,184,.22);
  --tk-night-border-strong:rgba(94,234,212,.38);
  --tk-night-text:#F8FAFC;
  --tk-night-muted:#CBD5E1;
  --tk-night-soft:#94A3B8;
  --tk-night-teal:#5EEAD4;
  --tk-night-cyan:#22D3EE;
  --tk-night-violet:#A78BFA;
  --tk-night-pink:#F472B6;
  --tk-night-gold:#FBBF24;
  color:var(--tk-night-text);
  background:
    radial-gradient(circle at 12% -4%,rgba(34,211,238,.16),transparent 28%),
    radial-gradient(circle at 88% 2%,rgba(167,139,250,.18),transparent 30%),
    radial-gradient(circle at 50% 110%,rgba(20,184,166,.11),transparent 32%),
    linear-gradient(180deg,var(--tk-night-bg) 0%,var(--tk-night-bg-2) 48%,#050713 100%) !important;
}
body.tk-vibe-night::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(148,163,184,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(148,163,184,.035) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.9),rgba(0,0,0,.25));
}
body.tk-vibe-night,
body.tk-vibe-night .tk-section,
body.tk-vibe-night .tk-section--soft,
body.tk-vibe-night .tk-nextgen-section,
body.tk-vibe-night .tk-page-hero,
body.tk-vibe-night .tk-hero,
body.tk-vibe-night main,
body.tk-vibe-night .site-main{
  background-color:transparent !important;
}
body.tk-vibe-night .tk-section--soft,
body.tk-vibe-night .tk-nextgen-section{
  background:
    radial-gradient(circle at 0% 0%,rgba(94,234,212,.10),transparent 30%),
    linear-gradient(180deg,rgba(13,20,40,.58),rgba(8,14,31,.28)) !important;
}
body.tk-vibe-night .tk-site-header{
  background:rgba(5,8,20,.86) !important;
  border-bottom:1px solid var(--tk-night-border) !important;
  box-shadow:0 18px 60px rgba(0,0,0,.42);
  backdrop-filter:blur(22px) saturate(145%);
}
body.tk-vibe-night.admin-bar .tk-site-header,
body.tk-vibe-night .tk-site-header{
  color:var(--tk-night-text);
}
body.tk-vibe-night .tk-brand,
body.tk-vibe-night .tk-logo,
body.tk-vibe-night .tk-brand span{
  color:var(--tk-night-text) !important;
}
body.tk-vibe-night .tk-menu a{
  background:transparent !important;
  color:var(--tk-night-muted) !important;
  border-color:transparent !important;
}
body.tk-vibe-night .tk-menu a:hover,
body.tk-vibe-night .tk-menu .current-menu-item > a,
body.tk-vibe-night .tk-menu a[aria-current="page"]{
  color:#FFFFFF !important;
  background:rgba(94,234,212,.13) !important;
  border-color:rgba(94,234,212,.32) !important;
  box-shadow:0 10px 30px rgba(94,234,212,.10);
}
body.tk-vibe-night .tk-header-quick,
body.tk-vibe-night .tk-theme-toggle,
body.tk-vibe-night .tk-command-btn,
body.tk-vibe-night .tk-mobile-toggle{
  background:rgba(15,23,42,.88) !important;
  color:#F8FAFC !important;
  border:1px solid var(--tk-night-border) !important;
  box-shadow:0 12px 34px rgba(0,0,0,.30);
}
body.tk-vibe-night .tk-theme-toggle:hover,
body.tk-vibe-night .tk-command-btn:hover{
  border-color:var(--tk-night-border-strong) !important;
  box-shadow:0 0 0 4px rgba(94,234,212,.10),0 18px 40px rgba(0,0,0,.34);
}
body.tk-vibe-night h1,
body.tk-vibe-night h2,
body.tk-vibe-night h3,
body.tk-vibe-night h4,
body.tk-vibe-night h5,
body.tk-vibe-night h6,
body.tk-vibe-night .tk-heading,
body.tk-vibe-night .tk-hero h1,
body.tk-vibe-night .tk-card h2,
body.tk-vibe-night .tk-card h3,
body.tk-vibe-night .tk-card h4,
body.tk-vibe-night .tk-panel-head h3,
body.tk-vibe-night .tk-review-dashboard h3,
body.tk-vibe-night .tk-review-dashboard h4,
body.tk-vibe-night .tk-dashboard-panel h3,
body.tk-vibe-night .tk-job-card h3,
body.tk-vibe-night .tk-stat strong{
  color:#F8FAFC !important;
}
body.tk-vibe-night p,
body.tk-vibe-night li,
body.tk-vibe-night label,
body.tk-vibe-night small,
body.tk-vibe-night .tk-subtitle,
body.tk-vibe-night .tk-muted,
body.tk-vibe-night .tk-copy-stack p,
body.tk-vibe-night .tk-card p,
body.tk-vibe-night .tk-list li,
body.tk-vibe-night .tk-review-lead,
body.tk-vibe-night .tk-review-panel p,
body.tk-vibe-night .tk-review-stat small,
body.tk-vibe-night .tk-panel-head p,
body.tk-vibe-night .tk-job-meta,
body.tk-vibe-night .tk-job-card p,
body.tk-vibe-night .tk-footer p{
  color:var(--tk-night-muted) !important;
}
body.tk-vibe-night .tk-eyebrow,
body.tk-vibe-night .tk-kicker,
body.tk-vibe-night .tk-panel-kicker{
  color:var(--tk-night-teal) !important;
  text-shadow:0 0 18px rgba(94,234,212,.16);
}
body.tk-vibe-night .tk-card,
body.tk-vibe-night .tk-dashboard-panel,
body.tk-vibe-night .tk-review-dashboard,
body.tk-vibe-night .tk-review-panel,
body.tk-vibe-night .tk-review-stat,
body.tk-vibe-night .tk-job-card,
body.tk-vibe-night .tk-benefit-pill,
body.tk-vibe-night .tk-human-mini-card,
body.tk-vibe-night .tk-story-step,
body.tk-vibe-night .tk-employer-step,
body.tk-vibe-night .tk-stat-pill,
body.tk-vibe-night .tk-existing-profile-check,
body.tk-vibe-night .tk-nextgen-card,
body.tk-vibe-night .tk-gen-z-card,
body.tk-vibe-night .tk-slide,
body.tk-vibe-night .tk-slide-copy,
body.tk-vibe-night .tk-contact-card,
body.tk-vibe-night .tk-pricing-card,
body.tk-vibe-night .tk-resource-card,
body.tk-vibe-night .tk-table-card,
body.tk-vibe-night .tk-profile-card,
body.tk-vibe-night .tk-unlock-card,
body.tk-vibe-night .tk-form-card{
  background:
    linear-gradient(180deg,rgba(17,27,53,.94),rgba(13,20,40,.92)) !important;
  border-color:var(--tk-night-border) !important;
  color:var(--tk-night-text) !important;
  box-shadow:0 22px 70px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.045) !important;
}
body.tk-vibe-night .tk-card--lift,
body.tk-vibe-night .tk-existing-profile-check{
  background:
    radial-gradient(circle at 100% 0%,rgba(167,139,250,.10),transparent 30%),
    radial-gradient(circle at 0% 0%,rgba(94,234,212,.11),transparent 32%),
    linear-gradient(180deg,rgba(17,27,53,.96),rgba(13,20,40,.94)) !important;
}
body.tk-vibe-night .tk-form input,
body.tk-vibe-night .tk-form select,
body.tk-vibe-night .tk-form textarea,
body.tk-vibe-night input,
body.tk-vibe-night select,
body.tk-vibe-night textarea{
  background:#0B1224 !important;
  color:#F8FAFC !important;
  border:1px solid rgba(148,163,184,.30) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 8px 24px rgba(0,0,0,.14) !important;
}
body.tk-vibe-night .tk-form input:focus,
body.tk-vibe-night .tk-form select:focus,
body.tk-vibe-night .tk-form textarea:focus,
body.tk-vibe-night input:focus,
body.tk-vibe-night select:focus,
body.tk-vibe-night textarea:focus{
  border-color:var(--tk-night-teal) !important;
  outline:3px solid rgba(94,234,212,.18) !important;
  background:#101A33 !important;
}
body.tk-vibe-night .tk-form input::placeholder,
body.tk-vibe-night .tk-form textarea::placeholder,
body.tk-vibe-night input::placeholder,
body.tk-vibe-night textarea::placeholder{
  color:#7F8EA6 !important;
  opacity:1;
}
body.tk-vibe-night select option{
  background:#0B1224;
  color:#F8FAFC;
}
body.tk-vibe-night .tk-btn,
body.tk-vibe-night button.tk-btn,
body.tk-vibe-night input[type="submit"]{
  color:#FFFFFF !important;
  background:linear-gradient(135deg,#0EA5E9 0%,#14B8A6 45%,#8B5CF6 100%) !important;
  border:1px solid rgba(255,255,255,.10) !important;
  box-shadow:0 16px 42px rgba(20,184,166,.20),0 10px 30px rgba(139,92,246,.16) !important;
}
body.tk-vibe-night .tk-btn:hover,
body.tk-vibe-night button.tk-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 22px 55px rgba(20,184,166,.24),0 14px 38px rgba(139,92,246,.22) !important;
}
body.tk-vibe-night .tk-btn--light,
body.tk-vibe-night .tk-btn-outline,
body.tk-vibe-night .tk-btn-secondary{
  background:rgba(15,23,42,.88) !important;
  color:#F8FAFC !important;
  border-color:rgba(148,163,184,.32) !important;
}
body.tk-vibe-night .tk-pill,
body.tk-vibe-night .tk-chip,
body.tk-vibe-night .tk-skill-chip,
body.tk-vibe-night .tk-filter,
body.tk-vibe-night .tk-save-job,
body.tk-vibe-night .tk-status-pill{
  background:#111B35 !important;
  color:#E2E8F0 !important;
  border-color:rgba(148,163,184,.26) !important;
}
body.tk-vibe-night .tk-pill:hover,
body.tk-vibe-night .tk-chip:hover,
body.tk-vibe-night .tk-filter:hover,
body.tk-vibe-night .tk-filter.is-active{
  color:#FFFFFF !important;
  background:linear-gradient(135deg,rgba(20,184,166,.24),rgba(139,92,246,.20)) !important;
  border-color:rgba(94,234,212,.42) !important;
}
body.tk-vibe-night .tk-progress,
body.tk-vibe-night .tk-score-bar,
body.tk-vibe-night progress{
  background:#1E293B !important;
}
body.tk-vibe-night .tk-progress i,
body.tk-vibe-night .tk-score-bar span{
  background:linear-gradient(90deg,#5EEAD4,#22D3EE,#A78BFA) !important;
}
body.tk-vibe-night .tk-review-score-tile,
body.tk-vibe-night .tk-employer-hero-panel,
body.tk-vibe-night .tk-match-output,
body.tk-vibe-night .tk-ai-output-card,
body.tk-vibe-night .tk-dashboard-hero{
  background:linear-gradient(135deg,#071128 0%,#13254D 55%,#1E1B4B 100%) !important;
  border:1px solid rgba(94,234,212,.20) !important;
  box-shadow:0 26px 80px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.06) !important;
  color:#F8FAFC !important;
}
body.tk-vibe-night .tk-review-score-number,
body.tk-vibe-night .tk-review-stat span,
body.tk-vibe-night .tk-stat span,
body.tk-vibe-night .tk-metric strong,
body.tk-vibe-night .tk-nextgen-metrics strong{
  color:#5EEAD4 !important;
  text-shadow:0 0 22px rgba(94,234,212,.16);
}
body.tk-vibe-night .tk-site-footer{
  background:#030712 !important;
  border-top:1px solid rgba(148,163,184,.18) !important;
  color:#E2E8F0 !important;
}
body.tk-vibe-night .tk-site-footer a,
body.tk-vibe-night .tk-footer a{
  color:#DCE8FA !important;
}
body.tk-vibe-night .tk-site-footer a:hover,
body.tk-vibe-night .tk-footer a:hover{
  color:#5EEAD4 !important;
}
body.tk-vibe-night .tk-command-backdrop{
  background:rgba(2,6,23,.78) !important;
}
body.tk-vibe-night .tk-command-panel{
  background:#0B1224 !important;
  border:1px solid rgba(148,163,184,.24) !important;
  color:#F8FAFC !important;
  box-shadow:0 40px 120px rgba(0,0,0,.60) !important;
}
body.tk-vibe-night .tk-command-head,
body.tk-vibe-night .tk-command-list strong{
  color:#F8FAFC !important;
}
body.tk-vibe-night .tk-command-head{
  border-bottom-color:rgba(148,163,184,.18) !important;
}
body.tk-vibe-night .tk-command-head button,
body.tk-vibe-night .tk-command-panel input,
body.tk-vibe-night .tk-command-list a{
  background:#111B35 !important;
  color:#F8FAFC !important;
  border-color:rgba(148,163,184,.22) !important;
}
body.tk-vibe-night .tk-command-list span,
body.tk-vibe-night .tk-command-foot{
  color:#CBD5E1 !important;
}
body.tk-vibe-night table,
body.tk-vibe-night .tk-table{
  background:#0D1428 !important;
  color:#E2E8F0 !important;
  border-color:rgba(148,163,184,.22) !important;
}
body.tk-vibe-night th,
body.tk-vibe-night td{
  border-color:rgba(148,163,184,.18) !important;
}
body.tk-vibe-night th{
  color:#F8FAFC !important;
  background:#111B35 !important;
}
body.tk-vibe-night .tk-notice,
body.tk-vibe-night .tk-unlock-note,
body.tk-vibe-night .tk-inline-note{
  background:rgba(94,234,212,.10) !important;
  color:#E6FFFB !important;
  border-color:rgba(94,234,212,.28) !important;
}
body.tk-vibe-night .tk-error,
body.tk-vibe-night .tk-alert-error{
  background:rgba(248,113,113,.12) !important;
  color:#FECACA !important;
  border-color:rgba(248,113,113,.28) !important;
}
body.tk-vibe-night .tk-success,
body.tk-vibe-night .tk-alert-success{
  background:rgba(52,211,153,.12) !important;
  color:#BBF7D0 !important;
  border-color:rgba(52,211,153,.28) !important;
}
body.tk-vibe-night .tk-photo-card,
body.tk-vibe-night .tk-card--image-fill,
body.tk-vibe-night .tk-slide-media{
  background:#0B1224 !important;
  border-color:rgba(148,163,184,.20) !important;
}
body.tk-vibe-night img{
  filter:saturate(.95) contrast(1.03);
}
body.tk-vibe-night .tk-photo-card img,
body.tk-vibe-night .tk-slide-media img,
body.tk-vibe-night .tk-card--image-fill img{
  opacity:.88;
}
body.tk-vibe-night ::selection{
  background:rgba(94,234,212,.28) !important;
  color:#FFFFFF !important;
}
body.tk-vibe-night ::-webkit-scrollbar{
  width:12px;
  height:12px;
}
body.tk-vibe-night ::-webkit-scrollbar-track{
  background:#050814;
}
body.tk-vibe-night ::-webkit-scrollbar-thumb{
  background:linear-gradient(180deg,#334155,#14B8A6);
  border-radius:999px;
  border:3px solid #050814;
}
@media (max-width:760px){
  body.tk-vibe-night .tk-menu{
    background:rgba(5,8,20,.96) !important;
    border-color:rgba(148,163,184,.22) !important;
    box-shadow:0 20px 60px rgba(0,0,0,.54) !important;
  }
}


/* TalKesher v1.3.8 — profile login security + dark mode contrast hardening */
.tk-password-grid{margin-top:14px}.tk-security-note{display:block;margin:8px 0 16px;color:var(--tk-gray);font-size:13px;line-height:1.55}.tk-inline-lookup-form{margin-top:18px;padding-top:18px;border-top:1px solid rgba(13,27,61,.10)}
body.tk-vibe-night{--tk-night-bg:#030712;--tk-night-bg-2:#070B16;--tk-night-surface:#0B1224;--tk-night-surface-2:#101A33;--tk-night-surface-3:#16213D;--tk-night-text:#F9FAFB;--tk-night-muted:#D1D5DB;--tk-night-soft:#A8B3C7;--tk-night-border:rgba(203,213,225,.20);background:#030712!important;color:#F9FAFB!important}
body.tk-vibe-night .tk-hero--human,body.tk-vibe-night .tk-section,body.tk-vibe-night .tk-section--soft,body.tk-vibe-night .tk-nextgen-section{background:linear-gradient(180deg,#030712,#070B16)!important;color:#F9FAFB!important}
body.tk-vibe-night .tk-image-band,body.tk-vibe-night .tk-human-panel-card,body.tk-vibe-night .tk-hero-media--inside,body.tk-vibe-night .tk-card,body.tk-vibe-night .tk-stat-pill,body.tk-vibe-night .tk-story-step,body.tk-vibe-night .tk-benefit-pill,body.tk-vibe-night .tk-human-mini-card,body.tk-vibe-night .tk-quote-card{background:linear-gradient(180deg,#0B1224,#101A33)!important;border-color:rgba(203,213,225,.18)!important;box-shadow:0 24px 70px rgba(0,0,0,.55),inset 0 1px 0 rgba(255,255,255,.04)!important;color:#F9FAFB!important}
body.tk-vibe-night .tk-image-band__content,body.tk-vibe-night .tk-slide-copy{background:transparent!important;color:#F9FAFB!important}
body.tk-vibe-night .tk-image-band__content h3,body.tk-vibe-night .tk-human-panel-top h3,body.tk-vibe-night .tk-quote-card h3,body.tk-vibe-night .tk-slide-copy h2,body.tk-vibe-night .tk-nextgen-card h2,body.tk-vibe-night .tk-gen-z-card strong{color:#FFFFFF!important;text-shadow:none!important}
body.tk-vibe-night .tk-image-band__content p,body.tk-vibe-night .tk-human-mini-card p,body.tk-vibe-night .tk-human-quote span,body.tk-vibe-night .tk-benefit-pill span,body.tk-vibe-night .tk-story-step p,body.tk-vibe-night .tk-stat-pill span,body.tk-vibe-night .tk-slide-copy p,body.tk-vibe-night .tk-security-note{color:#D1D5DB!important;opacity:1!important;text-shadow:none!important}
body.tk-vibe-night .tk-muted{color:#D1D5DB!important;opacity:1!important}.tk-vibe-night .tk-image-band .tk-eyebrow,.tk-vibe-night .tk-image-band .tk-kicker{color:#5EEAD4!important}
body.tk-vibe-night .tk-card--dark,body.tk-vibe-night .tk-card--cool,body.tk-vibe-night .tk-match-output,body.tk-vibe-night .tk-review-score-tile,body.tk-vibe-night .tk-employer-hero-panel{background:linear-gradient(135deg,#08111F,#0F1E3A 55%,#1A174A)!important;color:#FFFFFF!important;border-color:rgba(94,234,212,.24)!important}
body.tk-vibe-night .tk-header-quick{background:#0B1224!important;color:#F9FAFB!important}.tk-vibe-night .tk-form label{color:#F9FAFB!important}.tk-vibe-night .tk-form small{color:#C7D2E6!important}.tk-vibe-night .tk-inline-lookup-form{border-top-color:rgba(203,213,225,.18)!important}
body.tk-vibe-night .tk-unlock-note,body.tk-vibe-night .tk-notice{background:linear-gradient(135deg,rgba(94,234,212,.14),rgba(167,139,250,.12))!important;border-color:rgba(94,234,212,.28)!important;color:#F9FAFB!important}
body.tk-vibe-night .tk-unlock-note a{color:#5EEAD4!important;font-weight:900}body.tk-vibe-night .tk-site-header{background:#030712!important}.tk-vibe-night .tk-photo-card img,.tk-vibe-night .tk-image-band__media img{filter:saturate(.95) contrast(1.03)}


/* TalKesher v1.3.9 — complete dark-mode contrast correction */
body.tk-vibe-night{
  --tk-night-bg:#020617;
  --tk-night-bg-2:#050816;
  --tk-night-surface:#0B1224;
  --tk-night-surface-2:#111827;
  --tk-night-surface-3:#16213D;
  --tk-night-text:#F8FAFC;
  --tk-night-muted:#D8E2F0;
  --tk-night-soft:#AEBBD0;
  --tk-night-border:rgba(148,163,184,.28);
  background:
    radial-gradient(circle at 10% -10%,rgba(20,184,166,.14),transparent 30%),
    radial-gradient(circle at 90% 0%,rgba(124,58,237,.16),transparent 28%),
    linear-gradient(180deg,#020617 0%,#050816 42%,#020617 100%) !important;
  color:#F8FAFC !important;
}
body.tk-vibe-night .tk-main,
body.tk-vibe-night main,
body.tk-vibe-night .tk-page-content,
body.tk-vibe-night .site-main,
body.tk-vibe-night .entry-content{
  background:linear-gradient(180deg,#020617,#050816) !important;
  color:#F8FAFC !important;
}
body.tk-vibe-night .tk-page-hero{
  background:
    radial-gradient(circle at 12% 0%,rgba(94,234,212,.16),transparent 34%),
    radial-gradient(circle at 88% 0%,rgba(167,139,250,.14),transparent 30%),
    linear-gradient(180deg,#06101F 0%,#08111F 100%) !important;
  border-bottom:1px solid rgba(148,163,184,.24) !important;
  box-shadow:inset 0 -1px 0 rgba(255,255,255,.04) !important;
}
body.tk-vibe-night .tk-page-title,
body.tk-vibe-night .tk-page-hero h1,
body.tk-vibe-night .tk-page-hero .tk-page-title{
  color:#F8FAFC !important;
  background:transparent !important;
  text-shadow:0 2px 20px rgba(0,0,0,.45) !important;
  -webkit-text-fill-color:#F8FAFC !important;
}
body.tk-vibe-night .tk-page-hero .tk-eyebrow{
  color:#5EEAD4 !important;
  background:transparent !important;
  text-shadow:none !important;
}
body.tk-vibe-night .tk-section,
body.tk-vibe-night .tk-section--soft,
body.tk-vibe-night .tk-hero,
body.tk-vibe-night .tk-hero--human,
body.tk-vibe-night .tk-nextgen-section,
body.tk-vibe-night .tk-resume-feature,
body.tk-vibe-night .tk-resume-review{
  background:
    radial-gradient(circle at 0% 0%,rgba(94,234,212,.08),transparent 30%),
    linear-gradient(180deg,#020617 0%,#06101F 100%) !important;
  color:#F8FAFC !important;
}
body.tk-vibe-night .tk-heading,
body.tk-vibe-night .tk-section h1,
body.tk-vibe-night .tk-section h2,
body.tk-vibe-night .tk-section h3,
body.tk-vibe-night .tk-section h4,
body.tk-vibe-night .tk-card h1,
body.tk-vibe-night .tk-card h2,
body.tk-vibe-night .tk-card h3,
body.tk-vibe-night .tk-card h4,
body.tk-vibe-night .tk-panel-head h2,
body.tk-vibe-night .tk-panel-head h3,
body.tk-vibe-night .tk-dashboard-title,
body.tk-vibe-night .tk-workspace-title{
  color:#F8FAFC !important;
  -webkit-text-fill-color:#F8FAFC !important;
  background:transparent !important;
}
body.tk-vibe-night .tk-subtitle,
body.tk-vibe-night .tk-section p,
body.tk-vibe-night .tk-card p,
body.tk-vibe-night .tk-card li,
body.tk-vibe-night .tk-copy-stack p,
body.tk-vibe-night .tk-panel-head p,
body.tk-vibe-night .tk-page-content p,
body.tk-vibe-night .tk-page-content li,
body.tk-vibe-night .tk-legal p,
body.tk-vibe-night .tk-legal li,
body.tk-vibe-night .tk-form small,
body.tk-vibe-night .tk-help-text,
body.tk-vibe-night .tk-security-note{
  color:#D8E2F0 !important;
  opacity:1 !important;
}
body.tk-vibe-night .tk-card,
body.tk-vibe-night .tk-card--lift,
body.tk-vibe-night .tk-existing-profile-check,
body.tk-vibe-night .tk-dashboard-panel,
body.tk-vibe-night .tk-review-dashboard,
body.tk-vibe-night .tk-review-panel,
body.tk-vibe-night .tk-review-stat,
body.tk-vibe-night .tk-job-card,
body.tk-vibe-night .tk-pricing-card,
body.tk-vibe-night .tk-resource-card,
body.tk-vibe-night .tk-contact-card,
body.tk-vibe-night .tk-unlock-card,
body.tk-vibe-night .tk-profile-card,
body.tk-vibe-night .tk-table-card,
body.tk-vibe-night .tk-employer-step,
body.tk-vibe-night .tk-story-step,
body.tk-vibe-night .tk-stat-pill,
body.tk-vibe-night .tk-benefit-pill,
body.tk-vibe-night .tk-human-mini-card,
body.tk-vibe-night .tk-gen-z-card,
body.tk-vibe-night .tk-nextgen-card,
body.tk-vibe-night .tk-glass,
body.tk-vibe-night .tk-login-panel,
body.tk-vibe-night .tk-workspace-card{
  background:
    radial-gradient(circle at 100% 0%,rgba(94,234,212,.07),transparent 28%),
    linear-gradient(180deg,#0B1224 0%,#101A33 100%) !important;
  color:#F8FAFC !important;
  border-color:rgba(148,163,184,.26) !important;
  box-shadow:0 24px 70px rgba(0,0,0,.58),inset 0 1px 0 rgba(255,255,255,.05) !important;
}
body.tk-vibe-night .tk-card--gold,
body.tk-vibe-night .tk-card--teal,
body.tk-vibe-night .tk-card--cool,
body.tk-vibe-night .tk-card--dark,
body.tk-vibe-night .tk-match-output,
body.tk-vibe-night .tk-review-score-tile,
body.tk-vibe-night .tk-employer-hero-panel,
body.tk-vibe-night .tk-dashboard-hero,
body.tk-vibe-night .tk-ai-output-card{
  background:linear-gradient(135deg,#071128 0%,#0F1E3A 52%,#1E1B4B 100%) !important;
  color:#FFFFFF !important;
  border-color:rgba(94,234,212,.28) !important;
}
body.tk-vibe-night .tk-image-band{
  background:linear-gradient(135deg,#071128 0%,#0B1224 52%,#0F172A 100%) !important;
  border-color:rgba(148,163,184,.26) !important;
  color:#F8FAFC !important;
}
body.tk-vibe-night .tk-image-band__content,
body.tk-vibe-night .tk-image-band__copy,
body.tk-vibe-night .tk-slide-copy,
body.tk-vibe-night .tk-hero-copy,
body.tk-vibe-night .tk-human-panel-card{
  background:rgba(6,16,31,.82) !important;
  color:#F8FAFC !important;
  border-color:rgba(148,163,184,.22) !important;
}
body.tk-vibe-night .tk-image-band__content h1,
body.tk-vibe-night .tk-image-band__content h2,
body.tk-vibe-night .tk-image-band__content h3,
body.tk-vibe-night .tk-image-band__copy h1,
body.tk-vibe-night .tk-image-band__copy h2,
body.tk-vibe-night .tk-image-band__copy h3,
body.tk-vibe-night .tk-slide-copy h2,
body.tk-vibe-night .tk-slide-copy h3{
  color:#FFFFFF !important;
  -webkit-text-fill-color:#FFFFFF !important;
  background:transparent !important;
  text-shadow:0 2px 18px rgba(0,0,0,.50) !important;
}
body.tk-vibe-night .tk-image-band__content p,
body.tk-vibe-night .tk-image-band__copy p,
body.tk-vibe-night .tk-slide-copy p{
  color:#D8E2F0 !important;
  opacity:1 !important;
  text-shadow:none !important;
}
body.tk-vibe-night .tk-eyebrow,
body.tk-vibe-night .tk-kicker,
body.tk-vibe-night .tk-panel-kicker{
  color:#5EEAD4 !important;
  -webkit-text-fill-color:#5EEAD4 !important;
  background:transparent !important;
}
body.tk-vibe-night .tk-form label,
body.tk-vibe-night label,
body.tk-vibe-night legend{
  color:#F8FAFC !important;
}
body.tk-vibe-night .tk-form input,
body.tk-vibe-night .tk-form select,
body.tk-vibe-night .tk-form textarea,
body.tk-vibe-night input,
body.tk-vibe-night select,
body.tk-vibe-night textarea{
  background:#060D1D !important;
  color:#F8FAFC !important;
  border-color:rgba(203,213,225,.32) !important;
}
body.tk-vibe-night input::placeholder,
body.tk-vibe-night textarea::placeholder{
  color:#AEBBD0 !important;
  opacity:1 !important;
}
body.tk-vibe-night .tk-menu a,
body.tk-vibe-night .tk-site-header a,
body.tk-vibe-night .tk-header-quick,
body.tk-vibe-night .tk-theme-toggle,
body.tk-vibe-night .tk-command-btn{
  color:#F8FAFC !important;
}
body.tk-vibe-night .tk-btn,
body.tk-vibe-night button,
body.tk-vibe-night .tk-header-quick{
  text-shadow:none !important;
}
body.tk-vibe-night mark,
body.tk-vibe-night .has-background,
body.tk-vibe-night [style*="background-color: #e0f2f1"],
body.tk-vibe-night [style*="background-color:#e0f2f1"],
body.tk-vibe-night [style*="background: #e0f2f1"],
body.tk-vibe-night [style*="background:#e0f2f1"]{
  background:#0B1224 !important;
  color:#F8FAFC !important;
}
body.tk-vibe-night .tk-site-footer,
body.tk-vibe-night footer{
  background:#020617 !important;
  color:#D8E2F0 !important;
  border-top-color:rgba(148,163,184,.24) !important;
}
body.tk-vibe-night .tk-site-footer h2,
body.tk-vibe-night .tk-site-footer h3,
body.tk-vibe-night .tk-site-footer strong,
body.tk-vibe-night footer h2,
body.tk-vibe-night footer h3,
body.tk-vibe-night footer strong{
  color:#F8FAFC !important;
}
body.tk-vibe-night .tk-site-footer a,
body.tk-vibe-night footer a{
  color:#EAF2FF !important;
}
body.tk-vibe-night .tk-site-footer a:hover,
body.tk-vibe-night footer a:hover{
  color:#5EEAD4 !important;
}


/* TalKesher v1.4.1 — secure two-step profile login */
.tk-login-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}
.tk-login-option{display:grid;gap:12px}
.tk-login-option>.tk-eyebrow{margin-left:6px}
.tk-twofa-gate{border-radius:28px;padding:4px 0}
.tk-forgot-panel{margin-top:18px;border-top:1px solid rgba(13,27,61,.12);padding-top:16px;color:var(--tk-navy)}
.tk-forgot-panel summary{cursor:pointer;font-weight:900;color:var(--tk-navy);list-style:none;display:inline-flex;align-items:center;gap:8px}
.tk-forgot-panel summary::-webkit-details-marker{display:none}
.tk-forgot-panel summary:after{content:"+";width:22px;height:22px;border-radius:999px;background:rgba(15,163,163,.12);display:inline-grid;place-items:center;color:var(--tk-teal);font-weight:900}
.tk-forgot-panel[open] summary:after{content:"–"}
.tk-password-reset-request{margin-top:14px;padding:16px;border-radius:20px;background:rgba(15,163,163,.06);border:1px solid rgba(15,163,163,.18)}
.tk-small-help{font-size:13px;line-height:1.55;color:var(--tk-gray);margin:10px 0}.tk-small-help a{font-weight:900;color:var(--tk-teal)}
.tk-reset-card{max-width:860px;margin:0 auto}
body.tk-vibe-night .tk-login-chooser,
body.tk-vibe-night .tk-login-grid{color:#F8FAFC}
body.tk-vibe-night .tk-login-option>.tk-eyebrow,
body.tk-vibe-night .tk-twofa-gate .tk-eyebrow{color:#67FFF1}
body.tk-vibe-night .tk-forgot-panel{border-top-color:rgba(226,232,240,.14);color:#F8FAFC}
body.tk-vibe-night .tk-forgot-panel summary{color:#F8FAFC}
body.tk-vibe-night .tk-password-reset-request{background:rgba(15,23,42,.72);border-color:rgba(103,255,241,.18)}
body.tk-vibe-night .tk-small-help{color:#CBD5E1}
body.tk-vibe-night .tk-twofa-gate p,
body.tk-vibe-night .tk-profile-gate p{color:#CBD5E1}
@media(max-width:900px){.tk-login-grid{grid-template-columns:1fr}}

.tk-header-logout{background:linear-gradient(135deg,#ff6b6b,#d946ef)!important;color:#fff!important;border-color:rgba(255,255,255,.18)!important}
.tk-header-logout:hover{transform:translateY(-1px);filter:brightness(1.05)}


/* TalKesher v1.4.2 profile-to-job matching and application cards */
.tk-match-job-form{display:grid;margin:0}.tk-match-job-form .tk-btn{width:100%;border:0}.tk-match-job-form--single{margin-top:24px;display:inline-grid}.tk-application-panel{overflow:visible}.tk-application-list{display:grid;gap:14px}.tk-application-card{display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:18px;align-items:start;padding:18px;border:1px solid var(--tk-line);border-radius:22px;background:#fff;box-shadow:var(--tk-shadow-soft)}.tk-application-card h4{margin:4px 0 6px;color:var(--tk-navy);font-size:20px}.tk-application-score{display:grid;gap:8px;justify-items:center;text-align:center;padding:16px;border-radius:20px;background:linear-gradient(135deg,rgba(15,163,163,.12),rgba(212,162,58,.12));border:1px solid rgba(15,163,163,.16)}.tk-application-score strong{font-family:Poppins,Inter,sans-serif;font-size:36px;line-height:1;color:var(--tk-teal)}.tk-application-score span{font-weight:900;color:var(--tk-navy);font-size:12px;text-transform:uppercase;letter-spacing:.08em}.tk-empty-mini{padding:18px;border-radius:18px;border:1px dashed var(--tk-line);background:#fff;color:var(--tk-gray);display:grid;gap:4px}.tk-empty-mini strong{color:var(--tk-navy)}
body.tk-night-mode .tk-application-card,body.tk-night-mode .tk-empty-mini{background:#111a2e;border-color:rgba(148,163,184,.22);color:#e5eefb}body.tk-night-mode .tk-application-card h4,body.tk-night-mode .tk-empty-mini strong,body.tk-night-mode .tk-application-score span{color:#f8fafc}body.tk-night-mode .tk-application-score{background:linear-gradient(135deg,rgba(15,199,190,.16),rgba(106,75,255,.20));border-color:rgba(94,234,212,.24)}body.tk-night-mode .tk-application-score strong{color:#5eead4}
@media (max-width:760px){.tk-application-card{grid-template-columns:1fr}.tk-application-score{justify-items:start;text-align:left}}


/* TalKesher v1.4.3 — session-aware pages and overlap hardening */
.tk-login-active-shell,.tk-candidate-dashboard-only,.tk-employer-dashboard-only{padding-top:42px}
.tk-profile-logged-in-candidate .tk-candidate-dashboard-only .tk-candidate-dashboard,
.tk-profile-logged-in-employer .tk-employer-dashboard-only .tk-employer-dashboard{margin-top:0}
.tk-role-switch-card{max-width:860px;margin:0 auto;display:grid;gap:14px}.tk-role-switch-card p{max-width:760px}
.tk-header-dashboard{background:linear-gradient(135deg,#0ea5e9,#14b8a6)!important;color:#fff!important;border-color:transparent!important}
.tk-candidate-dashboard,.tk-employer-dashboard,.tk-employer-panel,.tk-dashboard-panel,.tk-application-card,.tk-profile-summary-grid>div,.tk-employer-kpis>div,.tk-table-row,.tk-ops-item{min-width:0;overflow-wrap:anywhere;word-break:normal}
.tk-panel-head,.tk-panel-head h3,.tk-profile-summary-grid span,.tk-employer-kpis span,.tk-table-row span,.tk-ops-item span,.tk-ops-item small{min-width:0;overflow-wrap:anywhere}
.tk-form-grid,.tk-grid,.tk-grid-2,.tk-grid-3,.tk-grid-4,.tk-workspace-grid,.tk-dashboard-grid,.tk-login-grid,.tk-resume-feature,.tk-ai-grid,.tk-ops-grid{min-width:0}
.tk-form input,.tk-form select,.tk-form textarea{max-width:100%}.tk-form textarea{resize:vertical}.tk-card,.tk-section,.tk-wrap{min-width:0}.tk-card{overflow-wrap:anywhere}.tk-candidate-dashboard .tk-employer-hero-panel,.tk-employer-dashboard .tk-employer-hero-panel{overflow:hidden}
.admin-bar .tk-site-header{top:32px}@media screen and (max-width:782px){.admin-bar .tk-site-header{top:46px}}
.tk-main{scroll-margin-top:110px}.tk-section[id],.tk-employer-panel[id],#talent-login,#employer-workspace,#talent-dashboard,#candidate-applications{scroll-margin-top:132px}.admin-bar .tk-section[id],.admin-bar .tk-employer-panel[id],.admin-bar #talent-login,.admin-bar #employer-workspace,.admin-bar #talent-dashboard,.admin-bar #candidate-applications{scroll-margin-top:172px}
body.tk-vibe-night .tk-role-switch-card,body.tk-vibe-night .tk-login-active-shell .tk-card,body.tk-vibe-night .tk-candidate-dashboard-only .tk-card,body.tk-vibe-night .tk-employer-dashboard-only .tk-card{background:linear-gradient(180deg,#0B1224,#111A2E)!important;border-color:rgba(148,163,184,.24)!important;color:#F8FAFC!important}
body.tk-vibe-night .tk-header-dashboard{background:linear-gradient(135deg,#0891b2,#14b8a6)!important;color:#fff!important}
@media(max-width:900px){.tk-login-active-shell,.tk-candidate-dashboard-only,.tk-employer-dashboard-only{padding-top:24px}.tk-table-row{grid-template-columns:1fr!important;gap:6px}.tk-table-head{display:none!important}.tk-employer-kpis,.tk-profile-summary-grid{grid-template-columns:1fr 1fr}.tk-ops-grid,.tk-workspace-grid{grid-template-columns:1fr!important}}
@media(max-width:640px){.tk-employer-kpis,.tk-profile-summary-grid{grid-template-columns:1fr}.tk-candidate-dashboard .tk-employer-hero-panel,.tk-employer-dashboard .tk-employer-hero-panel{grid-template-columns:1fr!important}.tk-header-dashboard{display:none!important}}


/* TalKesher v1.4.4 — dashboard metric wrapping and header overlap correction */
.tk-nav,
.tk-menu,
.tk-static-menu,
.tk-header-actions,
.tk-header-quick,
.tk-command-btn,
.tk-theme-toggle{
  min-width:0;
}
.tk-header-actions{
  flex-wrap:nowrap;
  justify-content:flex-end;
}
.tk-header-quick,
.tk-command-btn,
.tk-theme-toggle{
  white-space:nowrap;
  flex:0 1 auto;
}
.tk-header-quick{
  max-width:190px;
  overflow:hidden;
  text-overflow:ellipsis;
}
.tk-header-dashboard{
  max-width:210px;
}
.tk-employer-kpis{
  align-items:stretch;
}
.tk-employer-kpis > div{
  min-width:0;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  gap:8px;
}
.tk-employer-kpis strong{
  max-width:100%;
  font-size:clamp(24px, 3.2vw, 36px);
  line-height:1.08;
  letter-spacing:-.035em;
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:break-word;
  hyphens:auto;
}
.tk-candidate-dashboard .tk-employer-kpis strong{
  font-size:clamp(22px, 2.7vw, 32px);
  letter-spacing:-.025em;
}
.tk-employer-kpis span{
  margin-top:0;
  line-height:1.25;
  white-space:normal;
  overflow-wrap:anywhere;
}
.tk-profile-summary-grid span,
.tk-table-row span,
.tk-table-row strong,
.tk-ops-item strong,
.tk-application-card h4,
.tk-job-card h3,
.tk-panel-head h3,
.tk-employer-code-card strong{
  max-width:100%;
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:break-word;
  hyphens:auto;
}
.tk-dashboard-panel,
.tk-employer-panel,
.tk-candidate-dashboard,
.tk-employer-dashboard,
.tk-card,
.tk-job-card,
.tk-application-card{
  overflow:clip;
}
.tk-employer-hero-panel h2,
.tk-candidate-hero-panel h2{
  overflow-wrap:anywhere;
  word-break:break-word;
}
@media (max-width:1180px){
  .tk-header-quick{max-width:165px;padding-left:12px;padding-right:12px;font-size:12px}
  .tk-command-btn,.tk-theme-toggle{padding-left:12px;padding-right:12px}
}
@media (max-width:1040px){
  .tk-header-actions{gap:6px}
  .tk-command-btn{display:none!important}
  .tk-theme-toggle{max-width:142px;overflow:hidden;text-overflow:ellipsis}
  .tk-header-dashboard{max-width:150px}
  .tk-employer-kpis strong{font-size:clamp(22px, 4.4vw, 32px)}
}
@media (max-width:760px){
  .tk-header-actions{gap:6px}
  .tk-theme-toggle{display:none!important}
  .tk-header-quick{max-width:138px;min-height:38px;padding:8px 10px;font-size:12px}
  .tk-header-dashboard{display:none!important}
  .tk-employer-kpis > div{padding:18px;border-radius:22px}
  .tk-employer-kpis strong,
  .tk-candidate-dashboard .tk-employer-kpis strong{
    font-size:clamp(24px, 9vw, 34px);
    line-height:1.06;
  }
}
@media (max-width:420px){
  .tk-header-quick{max-width:112px}
  .tk-header-quick:before{display:none}
  .tk-employer-kpis strong,
  .tk-candidate-dashboard .tk-employer-kpis strong{font-size:clamp(22px, 8.2vw, 30px)}
  .tk-employer-kpis > div{padding:16px}
}
body.tk-vibe-night .tk-employer-kpis strong,
body.tk-vibe-night .tk-profile-summary-grid span,
body.tk-vibe-night .tk-application-card h4{
  text-shadow:none!important;
}


/* TalKesher v1.4.5 — application-method workflow */
.tk-application-complete-form{margin-top:16px;padding:16px;border:1px solid var(--tk-line);border-radius:20px;background:linear-gradient(180deg,#fff,#f8fbff);display:grid;gap:14px}
.tk-application-card--employer_site{border-left:5px solid var(--tk-gold)}
.tk-application-card--talkesher{border-left:5px solid var(--tk-teal)}
.tk-job-actions .tk-btn{white-space:normal;text-align:center;line-height:1.15;min-width:0}
.tk-job-meta span:last-child{background:rgba(15,163,163,.10);color:#075f60}
.tk-table-row{grid-template-columns:1.3fr .9fr .65fr .95fr .95fr .65fr}
body.tk-night-mode .tk-application-complete-form,body.tk-vibe-night .tk-application-complete-form{background:#0d1628;border-color:rgba(148,163,184,.24);color:#e5eefb}
body.tk-night-mode .tk-job-meta span:last-child,body.tk-vibe-night .tk-job-meta span:last-child{background:rgba(94,234,212,.14);color:#a7fff5;border-color:rgba(94,234,212,.24)}
@media(max-width:1080px){.tk-table-row{grid-template-columns:1fr 1fr!important}.tk-table-head{display:none}}
@media(max-width:760px){.tk-application-complete-form .tk-form-grid{grid-template-columns:1fr}.tk-table-row{grid-template-columns:1fr!important}.tk-job-actions{align-items:stretch}.tk-job-actions .tk-btn,.tk-job-actions .tk-mini-btn{width:100%}}


/* TalKesher v1.4.6 — safer match/apply routing */
.tk-match-job-cta{display:inline-flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;min-width:160px;white-space:normal;line-height:1.15;overflow-wrap:anywhere}
.tk-application-card{overflow:hidden}
.tk-application-card p,.tk-application-card h4,.tk-application-score{overflow-wrap:anywhere;word-break:normal}
@media(max-width:680px){.tk-job-actions{width:100%;align-items:stretch}.tk-match-job-cta,.tk-job-actions .tk-mini-btn{width:100%}}

.tk-application-card.is-current-application{outline:3px solid rgba(15,163,163,.45);box-shadow:0 22px 60px rgba(15,163,163,.18);}
.tk-application-card,.tk-application-card *{overflow-wrap:anywhere;word-break:normal;}
.tk-job-actions .tk-btn,.tk-match-job-cta{white-space:normal;text-align:center;line-height:1.15;}
@media (max-width:720px){.tk-job-actions{align-items:stretch;width:100%;}.tk-job-actions .tk-btn,.tk-job-actions .tk-mini-btn{width:100%;}.tk-application-score{min-width:0;}}

/* TalKesher v1.4.8 — employer application intelligence dashboard */
.tk-employer-kpis--expanded{grid-template-columns:repeat(6,minmax(0,1fr))}
.tk-match-alerts-panel{background:radial-gradient(circle at 100% 0%,rgba(255,79,139,.10),transparent 28%),linear-gradient(180deg,#fff,#f8fbff)}
.tk-alert-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:14px 0 18px}
.tk-alert-metrics>div{padding:16px;border-radius:20px;background:#fff;border:1px solid var(--tk-line);box-shadow:var(--tk-shadow-soft)}
.tk-alert-metrics strong{display:block;font-family:Poppins,Inter,sans-serif;font-size:34px;line-height:1;color:var(--tk-teal);letter-spacing:-.05em}
.tk-alert-metrics span{display:block;margin-top:6px;color:#5B6677;font-weight:850;font-size:13px}
.tk-alert-list{display:grid;gap:10px}
.tk-alert-item{display:grid;grid-template-columns:180px minmax(0,1fr);gap:12px;align-items:center;padding:14px 16px;border-radius:18px;background:#fff;border:1px solid var(--tk-line);box-shadow:0 8px 24px rgba(7,17,40,.05);text-decoration:none!important}
.tk-alert-item strong{color:var(--tk-navy);font-weight:950}.tk-alert-item span{color:#4b5b70;font-weight:750}
.tk-job-progress-table .tk-table-row{grid-template-columns:1.35fr .85fr .75fr .75fr .95fr .65fr}
.tk-inline-score,.tk-score-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:950;white-space:nowrap}
.tk-inline-score{padding:5px 10px;font-size:13px}.tk-score-badge{padding:8px 12px;font-size:13px;box-shadow:0 10px 22px rgba(7,17,40,.06)}
.tk-score-high{background:rgba(0,216,196,.18)!important;color:#007f79!important}.tk-score-mid{background:rgba(212,162,58,.18)!important;color:#8a5b00!important}.tk-score-low{background:rgba(255,79,139,.14)!important;color:#a71d4d!important}
.tk-bulk-application-actions{gap:20px}.tk-bulk-action-bar{display:grid;grid-template-columns:240px minmax(0,1fr) auto;gap:12px;align-items:end;padding:16px;border-radius:22px;background:#f8fbff;border:1px solid var(--tk-line);position:sticky;top:96px;z-index:8;box-shadow:0 16px 40px rgba(7,17,40,.06)}
.admin-bar .tk-bulk-action-bar{top:128px}.tk-job-application-groups{display:grid;gap:18px}
.tk-job-match-group{border:1px solid var(--tk-line);border-radius:26px;background:#fff;box-shadow:var(--tk-shadow-soft);overflow:hidden;scroll-margin-top:150px}
.tk-job-match-group summary{cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;background:linear-gradient(135deg,#fff,#f3fbfb);list-style:none}
.tk-job-match-group summary::-webkit-details-marker{display:none}.tk-job-match-group summary strong{display:block;color:var(--tk-navy);font-size:20px}.tk-job-match-group summary small{display:block;color:#64748b;font-weight:800;margin-top:4px}.tk-job-match-count{display:inline-flex;align-items:center;justify-content:center;padding:9px 12px;border-radius:999px;background:rgba(15,163,163,.12);color:#077b79;font-weight:950;white-space:nowrap}
.tk-job-match-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:16px 20px;border-top:1px solid var(--tk-line);background:#fbfdff}.tk-job-match-stats>div{padding:12px;border-radius:16px;background:#fff;border:1px solid var(--tk-line)}.tk-job-match-stats strong{display:block;color:var(--tk-navy);font-size:20px}.tk-job-match-stats span{display:block;color:#64748b;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.05em}
.tk-employer-app-list{display:grid;gap:12px;padding:18px 20px 22px}.tk-employer-app-card{display:grid;grid-template-columns:90px minmax(0,1fr);gap:14px;padding:16px;border-radius:22px;background:linear-gradient(180deg,#fff,#f9fbff);border:1px solid var(--tk-line)}.tk-app-select label{display:inline-flex;align-items:center;gap:8px;font-weight:900;color:var(--tk-navy);font-size:13px}.tk-app-select input{accent-color:var(--tk-teal)}
.tk-app-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.tk-app-title-row h4{margin:0;color:var(--tk-navy);font-size:20px;line-height:1.15}.tk-app-stage-row{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0}.tk-app-stage-row span{display:inline-flex;padding:7px 10px;border-radius:999px;background:#eef6f7;color:#0b5260;font-weight:850;font-size:12px}
.tk-app-detail-drawer{margin-top:10px}.tk-app-detail-drawer summary{cursor:pointer;font-weight:950;color:var(--tk-teal)}.tk-app-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px}.tk-app-detail-grid>div{padding:12px;border-radius:16px;background:#fff;border:1px solid var(--tk-line)}.tk-app-detail-grid strong{display:block;color:var(--tk-navy);margin-bottom:6px}.tk-app-detail-grid p{margin:0;color:#536174;font-size:14px;line-height:1.5;overflow-wrap:anywhere}
body.tk-vibe-night .tk-alert-metrics>div,body.tk-vibe-night .tk-alert-item,body.tk-vibe-night .tk-bulk-action-bar,body.tk-vibe-night .tk-job-match-group,body.tk-vibe-night .tk-job-match-stats>div,body.tk-vibe-night .tk-employer-app-card,body.tk-vibe-night .tk-app-detail-grid>div{background:#111a2e;border-color:rgba(148,163,184,.22);color:#e5eefb}
body.tk-vibe-night .tk-match-alerts-panel{background:linear-gradient(180deg,#0B1224,#111A2E)!important}body.tk-vibe-night .tk-alert-item strong,body.tk-vibe-night .tk-job-match-group summary strong,body.tk-vibe-night .tk-job-match-stats strong,body.tk-vibe-night .tk-app-title-row h4,body.tk-vibe-night .tk-app-detail-grid strong,body.tk-vibe-night .tk-app-select label{color:#f8fafc}body.tk-vibe-night .tk-alert-item span,body.tk-vibe-night .tk-alert-metrics span,body.tk-vibe-night .tk-job-match-group summary small,body.tk-vibe-night .tk-job-match-stats span,body.tk-vibe-night .tk-app-detail-grid p{color:#cbd5e1}body.tk-vibe-night .tk-job-match-group summary{background:linear-gradient(135deg,#0b1224,#111a2e)}body.tk-vibe-night .tk-job-match-stats{background:#0b1224}body.tk-vibe-night .tk-app-stage-row span{background:rgba(94,234,212,.12);color:#a7f3d0}
@media(max-width:1100px){.tk-employer-kpis--expanded{grid-template-columns:repeat(3,minmax(0,1fr))}.tk-alert-metrics,.tk-job-match-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.tk-bulk-action-bar{grid-template-columns:1fr}.tk-job-progress-table .tk-table-row{grid-template-columns:1fr 1fr!important}.tk-table-head{display:none!important}}
@media(max-width:760px){.tk-employer-kpis--expanded,.tk-alert-metrics,.tk-job-match-stats{grid-template-columns:1fr}.tk-alert-item,.tk-employer-app-card{grid-template-columns:1fr}.tk-job-match-group summary{align-items:flex-start;flex-direction:column}.tk-app-detail-grid{grid-template-columns:1fr}.tk-bulk-action-bar{position:relative;top:auto}.admin-bar .tk-bulk-action-bar{top:auto}}

.tk-application-complete-form textarea{min-height:140px;resize:vertical}.tk-application-complete-form .tk-btn{white-space:normal;text-align:center}.tk-application-card.is-current-application{scroll-margin-top:150px}


/* v1.5.0 Talent notifications + safer dashboard wrapping */
.tk-header-notifications{position:relative;display:inline-block;z-index:80}
.tk-header-notifications summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center;gap:8px;min-height:46px;padding:0 16px;border-radius:999px;border:1px solid rgba(13,27,61,.12);background:rgba(255,255,255,.92);box-shadow:0 10px 24px rgba(13,27,61,.08);font-weight:900;color:var(--tk-navy)}
.tk-header-notifications summary::-webkit-details-marker{display:none}
.tk-bell-icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,var(--tk-teal),var(--tk-violet));color:#fff;font-weight:1000;line-height:1;font-size:14px}
.tk-bell-label{max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tk-bell-count{min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#ff3b82;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:1000;box-shadow:0 0 0 3px rgba(255,59,130,.18)}
.tk-notification-popover{position:absolute;right:0;top:calc(100% + 12px);width:min(420px,calc(100vw - 28px));padding:14px;border-radius:24px;background:rgba(255,255,255,.98);border:1px solid rgba(13,27,61,.14);box-shadow:0 28px 70px rgba(13,27,61,.24);display:none;color:var(--tk-navy)}
.tk-header-notifications[open] .tk-notification-popover{display:block}
.tk-popover-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 6px 12px;border-bottom:1px solid rgba(13,27,61,.08);margin-bottom:8px}
.tk-popover-head a{font-size:13px;font-weight:900;color:var(--tk-teal);text-decoration:none}
.tk-popover-list,.tk-notification-list{display:grid;gap:10px}
.tk-notification-item{display:grid;grid-template-columns:14px minmax(0,1fr);gap:12px;padding:14px;border-radius:20px;text-decoration:none;color:inherit;background:#fff;border:1px solid rgba(13,27,61,.1);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.tk-notification-item:hover{transform:translateY(-1px);border-color:rgba(15,163,163,.35);box-shadow:0 14px 30px rgba(13,27,61,.1)}
.tk-notification-item.is-unread{background:linear-gradient(135deg,rgba(15,163,163,.12),rgba(255,255,255,.96));border-color:rgba(15,163,163,.28)}
.tk-notification-dot{width:10px;height:10px;border-radius:50%;margin-top:8px;background:rgba(107,111,118,.35)}
.tk-notification-item.is-unread .tk-notification-dot{background:var(--tk-teal);box-shadow:0 0 0 5px rgba(15,163,163,.13)}
.tk-notification-copy{display:grid;gap:4px;min-width:0}
.tk-notification-copy strong{font-size:16px;line-height:1.25;color:var(--tk-navy);overflow-wrap:anywhere}
.tk-notification-copy span{color:var(--tk-slate);line-height:1.45;overflow-wrap:anywhere}
.tk-notification-copy small{color:var(--tk-muted);font-weight:800}
.tk-notification-item--compact{padding:12px;border-radius:16px}.tk-notification-item--compact .tk-notification-copy strong{font-size:14px}.tk-notification-item--compact .tk-notification-copy span{font-size:13px}.tk-notification-item--compact .tk-notification-copy small{font-size:12px}
.tk-panel-head--split{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}
.tk-notification-summary{min-width:112px;padding:18px;border-radius:22px;background:var(--tk-navy);color:#fff;text-align:center;box-shadow:0 18px 40px rgba(13,27,61,.16)}
.tk-notification-summary strong{display:block;font-size:34px;line-height:1;font-weight:1000}.tk-notification-summary span{display:block;margin-top:4px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:12px;color:rgba(255,255,255,.78)}
.tk-mark-notifications-form{margin-top:14px}.tk-candidate-notifications-panel{scroll-margin-top:140px}
.tk-app-stage-row span,.tk-notification-copy span,.tk-notification-copy strong,.tk-employer-app-card,.tk-application-card{overflow-wrap:anywhere;word-break:normal}
body.tk-night .tk-header-notifications summary{background:rgba(15,23,42,.96);border-color:rgba(148,163,184,.22);color:#f8fafc;box-shadow:0 16px 40px rgba(0,0,0,.38)}
body.tk-night .tk-notification-popover{background:#0f172a;border-color:rgba(148,163,184,.22);box-shadow:0 30px 70px rgba(0,0,0,.55);color:#f8fafc}
body.tk-night .tk-popover-head{border-bottom-color:rgba(148,163,184,.18)}
body.tk-night .tk-notification-item{background:#111c31;border-color:rgba(148,163,184,.18);color:#f8fafc}
body.tk-night .tk-notification-item.is-unread{background:linear-gradient(135deg,rgba(20,184,166,.18),rgba(17,28,49,.98));border-color:rgba(20,184,166,.36)}
body.tk-night .tk-notification-copy strong{color:#f8fafc}body.tk-night .tk-notification-copy span{color:#cbd5e1}body.tk-night .tk-notification-copy small{color:#94a3b8}
body.tk-night .tk-notification-summary{background:#020617;border:1px solid rgba(20,184,166,.28)}
@media (max-width: 1180px){.tk-bell-label{display:none}.tk-header-notifications summary{padding:0 12px}.tk-notification-popover{right:-80px}}
@media (max-width: 720px){.tk-panel-head--split{display:grid}.tk-notification-summary{width:100%;min-width:0}.tk-notification-popover{position:fixed;right:12px;left:12px;top:86px;width:auto}.tk-header-notifications summary{min-height:42px}.tk-bell-count{position:absolute;right:-4px;top:-4px}}


/* TalKesher v1.5.1 — header/menu collision fix after notification center */
.tk-site-header .tk-wrap.tk-nav{
  width:min(100% - 44px, 1560px);
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:clamp(12px, 2vw, 30px);
}
.tk-site-header .tk-brand{min-width:0;justify-self:start;z-index:3}
.tk-site-header .tk-menu{
  min-width:0;
  max-width:100%;
  overflow:hidden;
  justify-content:center;
  justify-self:center;
}
.tk-site-header .tk-menu ul,
.tk-site-header .tk-static-menu{
  min-width:0;
  max-width:100%;
  justify-content:center;
  flex-wrap:nowrap;
}
.tk-site-header .tk-menu li{min-width:0;flex:0 1 auto}
.tk-site-header .tk-menu a{
  white-space:nowrap;
  max-width:125px;
  overflow:hidden;
  text-overflow:ellipsis;
}
.tk-site-header .tk-header-actions{
  min-width:0;
  max-width:100%;
  justify-content:flex-end;
  justify-self:end;
  position:relative;
  z-index:4;
}
.tk-site-header .tk-header-actions > *{flex:0 0 auto}
.tk-site-header .tk-command-btn{min-width:54px;padding-inline:12px}
.tk-site-header .tk-theme-toggle{max-width:158px;overflow:hidden;text-overflow:ellipsis}
.tk-site-header .tk-header-notifications summary{max-width:210px;overflow:hidden}
.tk-site-header .tk-bell-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}
.tk-site-header .tk-header-login{max-width:150px}
.tk-site-header .tk-header-dashboard{max-width:220px}
.tk-site-header .tk-mobile-toggle{justify-self:end}
body.tk-vibe-night .tk-site-header .tk-menu.is-open,
body.tk-night .tk-site-header .tk-menu.is-open{background:#0f172a;border-color:rgba(148,163,184,.22)}
body.tk-vibe-night .tk-site-header .tk-menu.is-open a,
body.tk-night .tk-site-header .tk-menu.is-open a{color:#f8fafc;background:transparent}
@media (max-width: 1320px){
  .tk-site-header .tk-wrap.tk-nav{width:min(100% - 32px, 1260px);gap:12px}
  .tk-site-header .tk-menu a{padding-inline:10px;font-size:13px;max-width:110px}
  .tk-site-header .tk-command-btn{display:none!important}
  .tk-site-header .tk-theme-toggle{max-width:135px;padding-inline:12px}
  .tk-site-header .tk-header-dashboard{max-width:170px}
  .tk-site-header .tk-header-notifications summary{max-width:62px;padding-inline:11px}
  .tk-site-header .tk-header-notifications .tk-bell-label{display:none!important}
}
@media (max-width: 1180px){
  .tk-site-header .tk-wrap.tk-nav{grid-template-columns:auto 1fr auto;width:min(100% - 28px, 1180px)}
  .tk-site-header .tk-menu{
    position:absolute!important;
    left:16px!important;
    right:16px!important;
    top:calc(100% + 10px)!important;
    display:none!important;
    width:auto!important;
    max-width:none!important;
    padding:12px!important;
    border:1px solid var(--tk-line)!important;
    border-radius:22px!important;
    background:#fff!important;
    box-shadow:var(--tk-shadow)!important;
    overflow:visible!important;
    z-index:90!important;
  }
  .tk-site-header .tk-menu.is-open{display:block!important}
  .tk-site-header .tk-menu ul,
  .tk-site-header .tk-static-menu{display:grid!important;gap:4px!important;justify-content:stretch!important}
  .tk-site-header .tk-menu li{width:100%}
  .tk-site-header .tk-menu a{width:100%;max-width:none;justify-content:center;text-align:center;padding:12px 14px}
  .tk-site-header .tk-mobile-toggle{display:block!important}
  .tk-site-header .tk-header-actions{gap:8px}
  .tk-site-header .tk-theme-toggle{display:inline-flex!important;max-width:130px}
}
@media (max-width: 760px){
  .tk-site-header .tk-wrap.tk-nav{width:min(100% - 22px, 1180px);grid-template-columns:auto 1fr auto}
  .tk-site-header .tk-brand img{width:54px!important}
  .tk-site-header .tk-theme-toggle{display:none!important}
  .tk-site-header .tk-header-notifications summary{min-width:42px;max-width:42px;padding:0;justify-content:center}
  .tk-site-header .tk-header-login{display:inline-flex!important;max-width:110px;padding-inline:10px}
  .tk-site-header .tk-header-dashboard{display:none!important}
  .tk-site-header .tk-header-quick:before{display:none!important}
}
@media (max-width: 460px){
  .tk-site-header .tk-header-login{max-width:86px;font-size:12px}
  .tk-site-header .tk-header-actions{gap:5px}
}


/* v1.5.2 profile menu + action workflow hardening */
.tk-profile-avatar-menu{position:relative;z-index:120;display:inline-block;flex:0 0 auto}
.tk-profile-avatar-menu summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center;gap:10px;min-height:46px;padding:6px 14px 6px 7px;border-radius:999px;background:rgba(255,255,255,.94);border:1px solid rgba(13,27,61,.12);box-shadow:0 12px 30px rgba(13,27,61,.10);font-weight:950;color:var(--tk-navy)}
.tk-profile-avatar-menu summary::-webkit-details-marker{display:none}.tk-profile-avatar-menu summary:hover{transform:translateY(-1px);box-shadow:0 16px 36px rgba(13,27,61,.14)}
.tk-avatar-circle{position:relative;display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,var(--tk-teal),#6366f1);color:#fff;font-size:13px;font-weight:950;letter-spacing:.02em;box-shadow:inset 0 0 0 2px rgba(255,255,255,.55)}
.tk-avatar-circle em{position:absolute;right:-8px;top:-7px;min-width:19px;height:19px;display:grid;place-items:center;padding:0 5px;border-radius:999px;background:#ec4899;color:#fff;border:2px solid #fff;font-size:11px;font-style:normal;font-weight:950;line-height:1}
.tk-avatar-circle--large{width:48px;height:48px;font-size:16px}.tk-avatar-label{max-width:92px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tk-profile-popover{display:none;position:absolute;right:0;top:calc(100% + 12px);width:min(420px,calc(100vw - 24px));background:rgba(255,255,255,.98);border:1px solid rgba(13,27,61,.12);border-radius:26px;box-shadow:0 28px 90px rgba(13,27,61,.22);padding:16px;z-index:200;color:var(--tk-navy)}
.tk-profile-avatar-menu[open] .tk-profile-popover{display:block}.tk-profile-popover:before{content:"";position:absolute;right:26px;top:-8px;width:16px;height:16px;transform:rotate(45deg);background:inherit;border-left:1px solid rgba(13,27,61,.12);border-top:1px solid rgba(13,27,61,.12)}
.tk-profile-popover-head{display:flex;align-items:center;gap:12px;padding:8px 8px 14px;border-bottom:1px solid rgba(13,27,61,.10);margin-bottom:12px}.tk-profile-popover-head strong{display:block;font-size:16px;line-height:1.2;word-break:break-word}.tk-profile-popover-head small{display:block;color:var(--tk-gray);font-weight:750;word-break:break-word}.tk-profile-popover-section{padding:4px 0 10px}.tk-profile-popover-links{display:grid;gap:8px;margin-top:10px}.tk-profile-popover-links a{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-radius:16px;background:rgba(13,27,61,.045);color:var(--tk-navy);font-weight:900;text-decoration:none}.tk-profile-popover-links a:hover{background:rgba(15,163,163,.12)}.tk-profile-popover-links .tk-profile-logout{background:linear-gradient(135deg,#ff6b6b,#d946ef);color:#fff}.tk-profile-popover .tk-notification-item{box-shadow:none}.tk-profile-popover .tk-empty-mini{padding:12px;border-radius:16px}
.tk-action-workflow{margin-top:16px;padding:16px;border-radius:22px;background:linear-gradient(135deg,rgba(15,163,163,.10),rgba(99,102,241,.08));border:1px solid rgba(15,163,163,.20);box-shadow:0 14px 36px rgba(13,27,61,.07)}.tk-action-workflow h5{margin:.25rem 0 .35rem;font-size:20px;line-height:1.15;color:var(--tk-navy)}.tk-action-workflow p{margin:0;color:var(--tk-gray)}.tk-action-steps{margin:14px 0 0;padding-left:22px;display:grid;gap:8px}.tk-action-steps li{font-weight:800;color:var(--tk-ink);line-height:1.45}.tk-action-workflow-foot{margin-top:14px;display:flex;gap:10px;align-items:center;justify-content:space-between;flex-wrap:wrap}.tk-action-workflow-foot span{display:inline-flex;align-items:center;border-radius:999px;padding:8px 12px;background:#fff;color:var(--tk-teal);font-weight:950;border:1px solid rgba(15,163,163,.20)}.tk-action-workflow-foot small{color:var(--tk-gray);font-weight:750;max-width:520px}.tk-action-workflow--employer{background:linear-gradient(135deg,rgba(212,162,58,.12),rgba(15,163,163,.08));border-color:rgba(212,162,58,.22)}
.tk-app-detail-drawer .tk-action-workflow{margin:16px 0 4px}.tk-app-detail-drawer .tk-action-workflow h5{font-size:18px}.tk-header-actions{min-width:0}.tk-site-header .tk-header-notifications{display:none!important}.tk-site-header .tk-profile-avatar-menu{min-width:0}
body.tk-vibe-night .tk-profile-avatar-menu summary,body.tk-night .tk-profile-avatar-menu summary{background:rgba(15,23,42,.96);border-color:rgba(148,163,184,.22);color:#f8fafc;box-shadow:0 16px 40px rgba(0,0,0,.38)}body.tk-vibe-night .tk-profile-popover,body.tk-night .tk-profile-popover{background:#0b1224;border-color:rgba(148,163,184,.22);color:#f8fafc}body.tk-vibe-night .tk-profile-popover:before,body.tk-night .tk-profile-popover:before{border-color:rgba(148,163,184,.22)}body.tk-vibe-night .tk-profile-popover-head,body.tk-night .tk-profile-popover-head{border-bottom-color:rgba(148,163,184,.18)}body.tk-vibe-night .tk-profile-popover-head small,body.tk-night .tk-profile-popover-head small{color:#cbd5e1}body.tk-vibe-night .tk-profile-popover-links a,body.tk-night .tk-profile-popover-links a{background:rgba(148,163,184,.10);color:#f8fafc}body.tk-vibe-night .tk-action-workflow,body.tk-night .tk-action-workflow{background:linear-gradient(135deg,rgba(20,184,166,.16),rgba(99,102,241,.14));border-color:rgba(45,212,191,.24)}body.tk-vibe-night .tk-action-workflow h5,body.tk-night .tk-action-workflow h5,body.tk-vibe-night .tk-action-steps li,body.tk-night .tk-action-steps li{color:#f8fafc}body.tk-vibe-night .tk-action-workflow p,body.tk-night .tk-action-workflow p,body.tk-vibe-night .tk-action-workflow-foot small,body.tk-night .tk-action-workflow-foot small{color:#cbd5e1}body.tk-vibe-night .tk-action-workflow-foot span,body.tk-night .tk-action-workflow-foot span{background:rgba(255,255,255,.10);border-color:rgba(45,212,191,.25);color:#5eead4}
@media(max-width:1180px){.tk-avatar-label{display:none}.tk-profile-avatar-menu summary{padding:6px}.tk-profile-popover{right:-10px}}
@media(max-width:760px){.tk-profile-popover{position:fixed;right:12px;left:12px;top:82px;width:auto}.tk-profile-avatar-menu summary{min-height:42px}.tk-avatar-circle{width:32px;height:32px}.tk-action-workflow-foot{display:grid}.tk-action-workflow{padding:14px;border-radius:18px}.tk-action-workflow h5{font-size:18px}}


/* v1.5.3: candidate next-step workflows + secure application chat */
.tk-workflow-response-form,.tk-secure-chat{margin-top:18px;padding:18px;border-radius:24px;background:linear-gradient(135deg,rgba(20,184,166,.08),rgba(99,102,241,.07));border:1px solid rgba(15,163,163,.22);box-shadow:0 18px 40px rgba(13,27,61,.06)}
.tk-workflow-response-head{display:grid;gap:4px;margin-bottom:14px}.tk-workflow-response-head strong,.tk-secure-chat-head strong{font-size:18px;color:var(--tk-navy)}.tk-workflow-response-head span,.tk-secure-chat-head span{color:var(--tk-slate);line-height:1.45}.tk-workflow-response-summary{margin-top:16px;padding:16px;border-radius:20px;background:#f8fafc;border:1px solid rgba(13,27,61,.10)}.tk-workflow-response-summary strong{display:block;color:var(--tk-navy);margin-bottom:8px}.tk-workflow-response-summary p{margin:0 0 10px;color:var(--tk-slate);line-height:1.6}.tk-workflow-response-meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center;color:var(--tk-muted);font-weight:800;font-size:14px}
.tk-chat-start-form{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:16px;padding:14px;border:1px dashed rgba(15,163,163,.35);border-radius:18px;background:rgba(15,163,163,.06)}.tk-chat-start-form small{color:var(--tk-slate);font-weight:700}.tk-mini-btn--chat{background:linear-gradient(135deg,var(--tk-teal),#4f46e5)!important;color:#fff!important;border:0!important}.tk-secure-chat-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.tk-chat-thread{display:grid;gap:12px;max-height:420px;overflow:auto;padding:4px 2px 12px}.tk-chat-message{max-width:78%;padding:13px 15px;border-radius:18px;background:#fff;border:1px solid rgba(13,27,61,.10);box-shadow:0 12px 30px rgba(13,27,61,.05)}.tk-chat-message--employer{justify-self:start;border-left:4px solid var(--tk-teal)}.tk-chat-message--candidate{justify-self:end;border-right:4px solid #6366f1;background:#f8fbff}.tk-chat-message strong{display:block;color:var(--tk-navy);margin-bottom:4px}.tk-chat-message p{margin:0;color:var(--tk-slate);line-height:1.5}.tk-chat-message small{display:block;margin-top:7px;color:var(--tk-muted);font-weight:800}.tk-chat-message-form{display:grid;gap:12px;margin-top:12px;padding-top:14px;border-top:1px solid rgba(13,27,61,.10)}
body.tk-vibe-night .tk-workflow-response-form,body.tk-night .tk-workflow-response-form,body.tk-vibe-night .tk-secure-chat,body.tk-night .tk-secure-chat{background:linear-gradient(135deg,rgba(20,184,166,.14),rgba(79,70,229,.12));border-color:rgba(94,234,212,.28);box-shadow:0 18px 45px rgba(0,0,0,.32)}body.tk-vibe-night .tk-workflow-response-head strong,body.tk-night .tk-workflow-response-head strong,body.tk-vibe-night .tk-secure-chat-head strong,body.tk-night .tk-secure-chat-head strong,body.tk-vibe-night .tk-chat-message strong,body.tk-night .tk-chat-message strong{color:#f8fafc}body.tk-vibe-night .tk-workflow-response-head span,body.tk-night .tk-workflow-response-head span,body.tk-vibe-night .tk-secure-chat-head span,body.tk-night .tk-secure-chat-head span,body.tk-vibe-night .tk-chat-message p,body.tk-night .tk-chat-message p{color:#cbd5e1}body.tk-vibe-night .tk-workflow-response-summary,body.tk-night .tk-workflow-response-summary,body.tk-vibe-night .tk-chat-message,body.tk-night .tk-chat-message{background:rgba(15,23,42,.92);border-color:rgba(148,163,184,.20)}body.tk-vibe-night .tk-chat-message--candidate,body.tk-night .tk-chat-message--candidate{background:rgba(30,41,59,.94)}
@media(max-width:760px){.tk-chat-message{max-width:100%}.tk-secure-chat-head{display:grid}.tk-workflow-response-form,.tk-secure-chat{padding:14px;border-radius:20px}}

/* v1.5.4: employer interview candidate picker */
.tk-candidate-picker{margin-bottom:22px;padding:18px;border:1px solid rgba(15,163,163,.22);border-radius:24px;background:linear-gradient(135deg,rgba(15,163,163,.08),rgba(255,255,255,.72));box-shadow:0 16px 36px rgba(13,27,61,.05)}
.tk-candidate-picker .tk-form-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:14px}
.tk-candidate-picker select option[hidden]{display:none}
.tk-candidate-picker small{display:block;margin-top:8px;color:var(--tk-slate);line-height:1.45}
.tk-night .tk-candidate-picker{background:linear-gradient(135deg,rgba(20,184,166,.12),rgba(15,23,42,.82));border-color:rgba(94,234,212,.28);box-shadow:0 18px 42px rgba(0,0,0,.26)}
.tk-night .tk-candidate-picker small{color:#cbd5e1}
@media (max-width:760px){.tk-candidate-picker .tk-form-grid--compact{grid-template-columns:1fr}}


/* v1.5.5: floating secure chatroom */
.tk-floating-chatroom{position:fixed;left:22px;bottom:22px;z-index:99998;font-family:inherit}
.tk-chat-launcher{display:flex;align-items:center;gap:10px;min-height:58px;padding:10px 18px;border:0;border-radius:999px;background:linear-gradient(135deg,var(--tk-navy),var(--tk-teal));color:#fff;font-weight:900;box-shadow:0 22px 55px rgba(13,27,61,.24);cursor:pointer}
.tk-chat-launcher-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.16);font-size:18px}.tk-chat-count{display:grid;place-items:center;min-width:25px;height:25px;padding:0 7px;border-radius:999px;background:#ff3f8f;color:#fff;font-size:13px}.tk-floating-chat-panel{position:absolute;left:0;bottom:74px;width:min(860px,calc(100vw - 36px));height:min(680px,calc(100vh - 150px));display:none;grid-template-rows:auto 1fr;border-radius:28px;overflow:hidden;background:#fff;border:1px solid rgba(13,27,61,.12);box-shadow:0 30px 90px rgba(13,27,61,.24)}.tk-floating-chatroom.is-open .tk-floating-chat-panel{display:grid}.tk-floating-chat-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px;background:linear-gradient(135deg,#071229,#0b244a 55%,#0FA3A3);color:#fff}.tk-floating-chat-head strong{display:block;font-size:20px}.tk-floating-chat-head span{display:block;color:#dbeafe;font-weight:700;font-size:13px;margin-top:3px}.tk-floating-chat-head button{width:38px;height:38px;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:24px;cursor:pointer}.tk-floating-chat-body{min-height:0;display:grid;grid-template-columns:270px minmax(0,1fr);background:linear-gradient(135deg,#f8ffff,#f8fbff)}.tk-floating-chat-list{min-height:0;overflow:auto;padding:14px;border-right:1px solid rgba(13,27,61,.10);display:grid;align-content:start;gap:10px}.tk-floating-room-tab{position:relative;text-align:left;border:1px solid rgba(13,27,61,.10);background:#fff;border-radius:18px;padding:13px 44px 13px 13px;color:var(--tk-navy);cursor:pointer;box-shadow:0 12px 26px rgba(13,27,61,.05)}.tk-floating-room-tab strong,.tk-floating-room-tab span{display:block;overflow:hidden;text-overflow:ellipsis}.tk-floating-room-tab strong{font-size:14px;white-space:nowrap}.tk-floating-room-tab span{font-size:12px;color:var(--tk-slate);margin-top:4px;line-height:1.35}.tk-floating-room-tab em{position:absolute;right:11px;top:12px;display:grid;place-items:center;min-width:22px;height:22px;border-radius:999px;background:#ff3f8f;color:#fff;font-style:normal;font-size:12px;font-weight:900}.tk-floating-room-tab.is-active{border-color:rgba(15,163,163,.42);background:linear-gradient(135deg,rgba(15,163,163,.10),rgba(99,102,241,.08))}.tk-floating-chat-conversations{min-height:0;overflow:auto;padding:16px}.tk-floating-room{display:none}.tk-floating-room.is-active{display:block}.tk-floating-room-title{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px;padding:12px 14px;border-radius:18px;background:#fff;border:1px solid rgba(13,27,61,.08)}.tk-floating-room-title strong{display:block;color:var(--tk-navy);font-size:18px;line-height:1.25}.tk-floating-room-title span{display:block;color:var(--tk-slate);font-weight:800}.tk-floating-chat-conversations .tk-secure-chat{margin-top:0}.tk-app-quick-actions{margin-top:12px}.tk-app-quick-actions .tk-secure-chat{display:none}.tk-app-quick-actions .tk-chat-start-form{margin-top:0}.tk-app-quick-actions .tk-chat-start-form small{flex:1 1 240px}.tk-app-quick-actions .tk-chat-start-form:has(+ *){}
body.tk-vibe-night .tk-floating-chat-panel,body.tk-night .tk-floating-chat-panel{background:#050b18;border-color:rgba(148,163,184,.18);box-shadow:0 32px 90px rgba(0,0,0,.55)}body.tk-vibe-night .tk-floating-chat-body,body.tk-night .tk-floating-chat-body{background:linear-gradient(135deg,#050b18,#0b1224)}body.tk-vibe-night .tk-floating-chat-list,body.tk-night .tk-floating-chat-list{border-color:rgba(148,163,184,.16)}body.tk-vibe-night .tk-floating-room-tab,body.tk-night .tk-floating-room-tab,body.tk-vibe-night .tk-floating-room-title,body.tk-night .tk-floating-room-title{background:rgba(15,23,42,.92);border-color:rgba(148,163,184,.18)}body.tk-vibe-night .tk-floating-room-tab strong,body.tk-night .tk-floating-room-tab strong,body.tk-vibe-night .tk-floating-room-title strong,body.tk-night .tk-floating-room-title strong{color:#f8fafc}body.tk-vibe-night .tk-floating-room-tab span,body.tk-night .tk-floating-room-tab span,body.tk-vibe-night .tk-floating-room-title span,body.tk-night .tk-floating-room-title span{color:#cbd5e1}
@media(max-width:900px){.tk-floating-chatroom{left:12px;bottom:12px}.tk-floating-chat-panel{width:calc(100vw - 24px);height:min(720px,calc(100vh - 108px));bottom:68px;border-radius:24px}.tk-floating-chat-body{grid-template-columns:1fr}.tk-floating-chat-list{display:flex;overflow-x:auto;overflow-y:hidden;border-right:0;border-bottom:1px solid rgba(13,27,61,.10)}.tk-floating-room-tab{min-width:220px}.tk-chat-launcher-text{display:none}.tk-chat-launcher{padding:10px 12px;min-height:54px}}
@media(max-width:560px){.tk-floating-chat-panel{height:calc(100vh - 96px)}.tk-floating-chat-head{padding:14px}.tk-floating-chat-conversations{padding:12px}.tk-floating-room-title{display:block}.tk-chat-launcher-icon{width:32px;height:32px}}


/* v1.5.6: employer application board overlap hardening */
.tk-employer-applications-board .tk-bulk-application-actions{
  gap:24px;
}
.tk-employer-applications-board .tk-bulk-action-bar{
  position:relative !important;
  top:auto !important;
  z-index:2;
  margin:0 0 24px 0;
  box-sizing:border-box;
  width:100%;
  max-width:100%;
  grid-template-columns:minmax(220px,280px) minmax(260px,1fr) minmax(180px,240px);
  align-items:end;
}
.admin-bar .tk-employer-applications-board .tk-bulk-action-bar{
  top:auto !important;
}
.tk-employer-applications-board .tk-job-application-groups,
.tk-employer-applications-board .tk-job-match-group{
  position:relative;
  z-index:1;
  clear:both;
}
.tk-employer-applications-board .tk-job-match-stats{
  margin-top:0;
}
.tk-employer-applications-board .tk-job-match-group summary,
.tk-employer-applications-board .tk-job-match-stats,
.tk-employer-applications-board .tk-employer-app-list{
  overflow:visible;
}
.tk-employer-applications-board .tk-field input,
.tk-employer-applications-board .tk-field select,
.tk-employer-applications-board .tk-field textarea,
.tk-employer-applications-board .tk-btn{
  min-width:0;
}
.tk-employer-applications-board .tk-btn{
  white-space:normal;
  line-height:1.15;
}
@media(max-width:1180px){
  .tk-employer-applications-board .tk-bulk-action-bar{
    grid-template-columns:1fr;
    align-items:stretch;
  }
  .tk-employer-applications-board .tk-bulk-action-bar .tk-btn{
    width:100%;
  }
}
@media(max-width:760px){
  .tk-employer-applications-board .tk-bulk-action-bar{
    padding:14px;
    border-radius:18px;
    margin-bottom:18px;
  }
}

/* v1.6.0: fun discovery layer + swipeable job deck */
:root{
  --tk-electric:#7c3aed;
  --tk-pink:#ff3f8f;
  --tk-lime:#b8ff3d;
  --tk-cyan:#21d4fd;
}
body::before{
  content:"";
  position:fixed;
  inset:-20% -10% auto auto;
  width:560px;
  height:560px;
  pointer-events:none;
  z-index:-1;
  background:radial-gradient(circle,rgba(124,58,237,.14),transparent 64%),radial-gradient(circle at 25% 75%,rgba(15,199,190,.16),transparent 55%);
  filter:blur(2px);
}
.tk-btn,.tk-mini-btn,.tk-filter,.tk-profile-avatar-btn,.tk-swipe-control,.tk-swipe-btn{
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.tk-btn:hover,.tk-mini-btn:hover,.tk-filter:hover,.tk-profile-avatar-btn:hover,.tk-swipe-control:hover,.tk-swipe-btn:hover{
  transform:translateY(-2px);
}
.tk-pill--glass{background:rgba(255,255,255,.18)!important;color:#fff!important;border-color:rgba(255,255,255,.24)!important;backdrop-filter:blur(10px)}
.tk-swipe-jobs{
  position:relative;
  display:grid;
  grid-template-columns:minmax(260px,.88fr) minmax(320px,1.12fr);
  gap:clamp(22px,4vw,54px);
  align-items:center;
  margin:34px 0 42px;
  padding:clamp(22px,4vw,46px);
  border-radius:42px;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 18%,rgba(255,63,143,.16),transparent 28%),
    radial-gradient(circle at 88% 12%,rgba(124,58,237,.18),transparent 32%),
    linear-gradient(135deg,#071229 0%,#102451 45%,#0FA3A3 100%);
  box-shadow:0 30px 90px rgba(13,27,61,.22);
  isolation:isolate;
}
.tk-swipe-jobs::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);
  background-size:42px 42px;
  opacity:.35;
  pointer-events:none;
  z-index:-1;
}
.tk-swipe-copy{color:#fff;position:relative;z-index:2}.tk-swipe-copy .tk-eyebrow{color:#79fff0}.tk-swipe-copy h3{margin:8px 0 12px;font-family:Poppins,Inter,sans-serif;font-size:clamp(34px,5vw,68px);line-height:.96;letter-spacing:-.06em}.tk-swipe-copy p{margin:0;color:#dbeafe;font-size:clamp(17px,2vw,22px);line-height:1.55;max-width:520px}.tk-swipe-guide{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.tk-swipe-guide span{display:inline-flex;align-items:center;min-height:42px;padding:9px 16px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);font-weight:900;color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}
.tk-swipe-stage-wrap{position:relative;min-height:590px;display:grid;align-items:center;justify-items:center}.tk-swipe-stage{position:relative;width:min(460px,100%);height:540px}.tk-swipe-stage.is-empty{pointer-events:none}.tk-swipe-card{position:absolute;inset:0;display:flex;flex-direction:column;gap:14px;padding:clamp(22px,3vw,30px);border-radius:34px;background:linear-gradient(160deg,#fff 0%,#f8ffff 56%,#f3f0ff 100%);border:1px solid rgba(255,255,255,.72);box-shadow:0 28px 80px rgba(0,0,0,.30);color:var(--tk-navy);touch-action:pan-y;cursor:grab;user-select:none;transform:translateY(18px) scale(.94);opacity:.58;transition:transform .24s ease, opacity .24s ease, box-shadow .24s ease}.tk-swipe-card.is-third{transform:translateY(28px) scale(.90);opacity:.56}.tk-swipe-card.is-next{transform:translateY(16px) scale(.95);opacity:.82}.tk-swipe-card.is-top{transform:translateY(0) scale(1);opacity:1;cursor:grab}.tk-swipe-card.is-dragging{transition:none;cursor:grabbing}.tk-swipe-card.is-filtered-out{display:none}.tk-swipe-card.is-gone{pointer-events:none}.tk-swipe-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:2px}.tk-swipe-card h3{margin:0;font-family:Poppins,Inter,sans-serif;font-size:clamp(30px,4vw,48px);line-height:1;letter-spacing:-.055em;color:var(--tk-navy);overflow-wrap:anywhere}.tk-swipe-card .tk-muted{margin:0;color:#536179;font-size:17px}.tk-swipe-facts{display:flex;flex-wrap:wrap;gap:8px}.tk-swipe-facts span{display:inline-flex;align-items:center;min-height:34px;padding:7px 12px;border-radius:999px;background:#eef9fb;color:#074b59;font-weight:900;font-size:13px}.tk-swipe-excerpt{margin:2px 0 0;color:#24324a;font-size:17px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.tk-swipe-skills{margin-top:auto}.tk-swipe-actions{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;margin-top:6px}.tk-swipe-btn,.tk-swipe-control{border:0;cursor:pointer;font-weight:1000}.tk-swipe-btn{min-height:50px;padding:12px 16px;border-radius:999px;background:#f4f7fb;color:var(--tk-navy);border:1px solid rgba(13,27,61,.10)}.tk-swipe-btn--pass{background:#fff0f5;color:#9f1239}.tk-swipe-btn--save{background:#effef5;color:#047857}.tk-swipe-match{min-height:52px;display:inline-flex;justify-content:center;align-items:center;text-align:center}.tk-swipe-details{color:#0f766e;font-weight:900;text-decoration:none;text-align:center}.tk-swipe-save{position:static!important;width:46px!important;height:46px!important;min-width:46px!important;border-radius:50%!important;background:#fff!important;color:#ff3f8f!important;box-shadow:0 12px 30px rgba(13,27,61,.12)!important}.tk-swipe-status{position:absolute;top:30px;z-index:4;padding:10px 18px;border:4px solid;border-radius:18px;font-weight:1000;font-size:34px;letter-spacing:.06em;opacity:0;transform:rotate(-12deg);pointer-events:none}.tk-swipe-status--pass{left:24px;color:#ef4444;border-color:#ef4444}.tk-swipe-status--like{right:24px;color:#10b981;border-color:#10b981;transform:rotate(12deg)}.tk-swipe-card.is-swipe-left .tk-swipe-status--pass{opacity:.9}.tk-swipe-card.is-swipe-right .tk-swipe-status--like{opacity:.9}.tk-swipe-controls{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:18px}.tk-swipe-control{display:grid;place-items:center;min-width:64px;height:64px;padding:0 18px;border-radius:999px;background:#fff;color:var(--tk-navy);box-shadow:0 18px 42px rgba(0,0,0,.22)}.tk-swipe-control--pass{color:#e11d48}.tk-swipe-control--like{color:#059669}.tk-swipe-control--reset{font-size:14px;min-width:96px}.tk-swipe-empty{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);display:none;width:min(360px,100%);padding:28px;border-radius:28px;background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.6);text-align:center;box-shadow:0 24px 70px rgba(0,0,0,.24)}.tk-swipe-empty.is-active{display:grid;gap:12px}.tk-swipe-empty strong{font-family:Poppins,Inter,sans-serif;font-size:28px;color:var(--tk-navy)}.tk-swipe-empty span{color:var(--tk-slate)}
.tk-job-card{position:relative;overflow:hidden}.tk-job-card::after{content:"";position:absolute;inset:auto -20% -40% 50%;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(124,58,237,.12),transparent 68%);pointer-events:none}.tk-job-card:hover{box-shadow:0 24px 70px rgba(13,27,61,.16);transform:translateY(-3px)}
body.tk-night .tk-swipe-jobs,body.tk-vibe-night .tk-swipe-jobs{background:radial-gradient(circle at 12% 18%,rgba(255,63,143,.18),transparent 28%),radial-gradient(circle at 88% 12%,rgba(124,58,237,.26),transparent 32%),linear-gradient(135deg,#020617 0%,#071229 48%,#082f49 100%);border:1px solid rgba(148,163,184,.18)}body.tk-night .tk-swipe-card,body.tk-vibe-night .tk-swipe-card{background:linear-gradient(160deg,#0b1224 0%,#111827 55%,#172554 100%);border-color:rgba(148,163,184,.22);color:#f8fafc;box-shadow:0 32px 90px rgba(0,0,0,.55)}body.tk-night .tk-swipe-card h3,body.tk-vibe-night .tk-swipe-card h3{color:#fff}body.tk-night .tk-swipe-card .tk-muted,body.tk-vibe-night .tk-swipe-card .tk-muted,body.tk-night .tk-swipe-excerpt,body.tk-vibe-night .tk-swipe-excerpt{color:#dbeafe}body.tk-night .tk-swipe-facts span,body.tk-vibe-night .tk-swipe-facts span{background:rgba(20,184,166,.16);color:#99f6e4;border:1px solid rgba(94,234,212,.22)}body.tk-night .tk-swipe-empty,body.tk-vibe-night .tk-swipe-empty{background:rgba(15,23,42,.96);border-color:rgba(148,163,184,.22)}body.tk-night .tk-swipe-empty strong,body.tk-vibe-night .tk-swipe-empty strong{color:#fff}body.tk-night .tk-swipe-empty span,body.tk-vibe-night .tk-swipe-empty span{color:#cbd5e1}
@media(max-width:980px){.tk-swipe-jobs{grid-template-columns:1fr}.tk-swipe-copy{text-align:center}.tk-swipe-copy p{margin-inline:auto}.tk-swipe-guide{justify-content:center}.tk-swipe-stage-wrap{min-height:570px}.tk-swipe-stage{height:520px}}
@media(max-width:620px){.tk-swipe-jobs{padding:18px;border-radius:28px;margin:24px 0 32px}.tk-swipe-stage-wrap{min-height:560px}.tk-swipe-stage{height:500px}.tk-swipe-card{padding:20px;border-radius:26px}.tk-swipe-actions{grid-template-columns:1fr;gap:8px}.tk-swipe-btn,.tk-swipe-match{width:100%}.tk-swipe-controls{gap:8px}.tk-swipe-control{min-width:54px;height:54px}.tk-swipe-control--reset{min-width:82px}.tk-swipe-status{font-size:24px}}


/* v1.6.1: fix Talent page right-column text squeeze / vertical wrapping */
.tk-media-split{
  grid-template-columns:minmax(0,1fr) minmax(420px,1fr);
  align-items:start;
}
.tk-media-split > *,
.tk-media-split .tk-card,
.tk-media-split .tk-form,
.tk-media-split .tk-form-grid,
.tk-media-split .tk-resume-extract-panel{
  min-width:0;
  max-width:100%;
}
.tk-media-split .tk-card--lift{
  width:100%;
  transform:none;
}
.tk-resume-extract-panel{
  grid-template-columns:minmax(0,1fr) auto;
  overflow-wrap:break-word;
  word-break:normal;
}
.tk-resume-extract-panel > div,
.tk-resume-extract-panel strong,
.tk-resume-extract-panel p,
.tk-form label,
.tk-field label,
.tk-field small,
.tk-card p,
.tk-card strong,
.tk-card span{
  overflow-wrap:break-word;
  word-break:normal;
  white-space:normal;
}
.tk-card,
.tk-dashboard-panel,
.tk-profile-summary-grid > div,
.tk-application-card,
.tk-job-card,
.tk-stat-pill,
.tk-badge-card{
  overflow-wrap:break-word;
  word-break:normal;
}
@media (max-width:1180px){
  .tk-media-split{
    grid-template-columns:1fr;
  }
  .tk-media-split .tk-photo-stack{
    max-width:760px;
  }
  .tk-media-split .tk-card--lift{
    margin-top:18px;
  }
}
@media (max-width:760px){
  .tk-resume-extract-panel{
    grid-template-columns:1fr;
  }
  .tk-resume-extract-panel .tk-mini-btn{
    width:100%;
  }
}


/* --------------------------------------------------------------------------
 * TalKesher v2.0.0 — premium product layer
 * Direction: high-trust staffing OS with a playful discovery layer.
 * -------------------------------------------------------------------------- */
:root{
  --tk-ink-900:#071128;
  --tk-ink-800:#0b1633;
  --tk-ink-700:#14254f;
  --tk-azure:#1fd7ff;
  --tk-mint:#10f5d1;
  --tk-violet:#6c4dff;
  --tk-rose:#ff3f8f;
  --tk-sun:#ffd166;
  --tk-paper:#fbfdff;
  --tk-panel:#ffffff;
  --tk-glass:rgba(255,255,255,.72);
  --tk-border:rgba(7,17,40,.10);
  --tk-ring-focus:0 0 0 4px rgba(16,245,209,.24);
}
body{
  font-family:"DM Sans",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:
    radial-gradient(circle at 8% -10%,rgba(31,215,255,.15),transparent 36%),
    radial-gradient(circle at 92% 6%,rgba(108,77,255,.10),transparent 34%),
    linear-gradient(180deg,#ffffff 0%,#f6fbff 46%,#ffffff 100%);
}
.tk-heading,.tk-hero h1,.tk-hero h2,.tk-hero h3,.tk-card h1,.tk-card h2,.tk-card h3,.tk-card h4,
.tk-swipe-copy h3,.tk-swipe-card h3,.tk-employer-hero-panel h2,.tk-panel-head h3,.tk-quote-card blockquote{
  font-family:"Sora","DM Sans",ui-sans-serif,sans-serif;
}
body.tk-product-elite .tk-site-header{
  border-bottom-color:rgba(7,17,40,.08);
  box-shadow:0 16px 40px rgba(7,17,40,.06);
}
.tk-nav{min-width:0}.tk-static-menu{min-width:0;flex-wrap:wrap}.tk-menu{min-width:0;flex:1 1 auto;justify-content:center}.tk-header-actions{min-width:0;flex:0 0 auto}.tk-header-actions>*{flex:0 0 auto}.tk-profile-avatar-menu{position:relative;z-index:90}.tk-profile-avatar-btn{max-width:210px;overflow:hidden}.tk-profile-avatar-btn strong,.tk-profile-avatar-btn span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tk-menu a,.tk-header-quick,.tk-theme-toggle,.tk-command-btn,.tk-profile-avatar-btn{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.6),0 14px 30px rgba(7,17,40,.06);
}
.tk-menu a:focus-visible,.tk-btn:focus-visible,.tk-mini-btn:focus-visible,.tk-filter:focus-visible,.tk-theme-toggle:focus-visible,.tk-command-btn:focus-visible,.tk-profile-avatar-btn:focus-visible{
  outline:0;box-shadow:var(--tk-ring-focus),0 14px 36px rgba(7,17,40,.12);
}
.tk-card,.tk-dashboard-panel,.tk-employer-panel,.tk-review-dashboard,.tk-ai-match-board,.tk-job-card,.tk-application-card{
  background:
    linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,255,255,.78)),
    radial-gradient(circle at 92% 0%,rgba(16,245,209,.10),transparent 30%);
  border-color:var(--tk-border);
  backdrop-filter:blur(14px);
}
.tk-card::before,.tk-job-card::before,.tk-application-card::before,.tk-employer-panel::before{
  content:"";position:absolute;inset:0 0 auto 0;height:1px;background:linear-gradient(90deg,transparent,rgba(31,215,255,.45),rgba(255,63,143,.28),transparent);pointer-events:none;opacity:.9;
}
.tk-card,.tk-job-card,.tk-application-card,.tk-employer-panel{isolation:isolate}.tk-card>*{position:relative;z-index:1}
.tk-btn,.tk-header-quick,.tk-swipe-match{
  background:linear-gradient(135deg,#071128 0%,#0e3a62 45%,#00a8a8 100%);
  border-color:rgba(255,255,255,.16);
}
.tk-btn--teal,.tk-cta-band .tk-btn--teal,.tk-swipe-btn--save{
  background:linear-gradient(135deg,#00bfae 0%,#21d4fd 55%,#6c4dff 120%);
  color:#fff;
}
.tk-btn--light,.tk-mini-btn,.tk-filter,.tk-theme-toggle,.tk-command-btn{
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(12px);
}
.tk-kicker,.tk-eyebrow{letter-spacing:.17em}.tk-eyebrow:before{background:linear-gradient(90deg,var(--tk-rose),var(--tk-sun),var(--tk-mint))}
.tk-section{position:relative}.tk-section::selection{background:rgba(16,245,209,.2)}
.tk-hero--human,.tk-slider-section,.tk-section--soft{
  background-image:
    linear-gradient(rgba(7,17,40,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(7,17,40,.025) 1px,transparent 1px);
  background-size:44px 44px;
}
.tk-hero-human-panel .tk-card,.tk-home-slider,.tk-image-band,.tk-nextgen-card{
  box-shadow:0 32px 90px rgba(7,17,40,.12),0 1px 0 rgba(255,255,255,.6) inset;
}
.tk-benefit-pill,.tk-human-mini-card,.tk-story-step,.tk-gen-z-card,.tk-employer-step{
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.tk-benefit-pill:hover,.tk-human-mini-card:hover,.tk-story-step:hover,.tk-gen-z-card:hover,.tk-employer-step:hover{
  transform:translateY(-4px) rotate(-.2deg);
  box-shadow:0 24px 60px rgba(7,17,40,.12);
  border-color:rgba(16,245,209,.34);
}

/* Premium homepage bento */
.tk-os-showcase{position:relative;overflow:hidden;background:linear-gradient(180deg,#071128,#0a1530 55%,#071128);color:#fff}
.tk-os-showcase::before{content:"";position:absolute;inset:-20% -10% auto auto;width:720px;height:720px;border-radius:50%;background:radial-gradient(circle,rgba(16,245,209,.20),transparent 62%);filter:blur(4px)}
.tk-os-showcase::after{content:"";position:absolute;inset:auto auto -28% -14%;width:640px;height:640px;border-radius:50%;background:radial-gradient(circle,rgba(108,77,255,.22),transparent 60%);filter:blur(6px)}
.tk-os-showcase .tk-wrap{position:relative;z-index:2}.tk-os-showcase .tk-heading{color:#fff}.tk-os-showcase .tk-subtitle{color:#c9d8f5}.tk-os-bento{display:grid;grid-template-columns:1.35fr .8fr .85fr;grid-auto-rows:minmax(170px,auto);gap:18px;margin-top:34px}.tk-os-card{position:relative;overflow:hidden;padding:24px;border-radius:30px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);box-shadow:0 24px 70px rgba(0,0,0,.24);backdrop-filter:blur(16px)}.tk-os-card--wide{grid-row:span 2}.tk-os-card--accent{background:linear-gradient(135deg,rgba(16,245,209,.22),rgba(108,77,255,.20));}.tk-os-card strong{display:block;color:#fff;font-family:"Sora","DM Sans",sans-serif;font-size:clamp(22px,2.2vw,34px);line-height:1.04;letter-spacing:-.045em}.tk-os-card p{margin:12px 0 0;color:#dbeafe;line-height:1.6}.tk-os-label{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;padding:8px 12px;border-radius:999px;background:rgba(16,245,209,.13);border:1px solid rgba(16,245,209,.30);color:#99fff0;font-weight:900;text-transform:uppercase;letter-spacing:.13em;font-size:12px}.tk-os-pill-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.tk-os-pill-row span{padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14);font-weight:850;color:#fff}.tk-os-score{display:grid;place-items:center;width:132px;height:132px;border-radius:36px;margin-top:24px;background:conic-gradient(from -90deg,var(--tk-mint) 0 86%,rgba(255,255,255,.15) 86% 100%);box-shadow:0 18px 48px rgba(16,245,209,.16)}.tk-os-score span{display:grid;place-items:center;width:98px;height:98px;border-radius:28px;background:#071128;color:#fff;font-family:"Sora";font-size:34px;font-weight:900}.tk-os-feed{display:grid;gap:10px;margin-top:16px}.tk-os-feed span{display:flex;justify-content:space-between;gap:12px;padding:11px 12px;border-radius:16px;background:rgba(255,255,255,.09);color:#eaf2ff;font-weight:800}.tk-os-feed em{font-style:normal;color:#99fff0}

/* Elite job discovery */
.tk-swipe-jobs{border:1px solid rgba(255,255,255,.16)}
.tk-swipe-stage-wrap::after{content:"Keyboard: ← pass  ·  → save  ·  Enter match";display:block;margin-top:10px;text-align:center;color:rgba(255,255,255,.76);font-size:13px;font-weight:800;letter-spacing:.03em}.tk-swipe-card{will-change:transform,opacity}.tk-swipe-card.is-saved{box-shadow:0 28px 90px rgba(16,185,129,.28)}.tk-swipe-card.is-saved::before{content:"Saved";position:absolute;right:22px;bottom:22px;padding:7px 12px;border-radius:999px;background:#ecfdf5;color:#047857;font-weight:950;border:1px solid rgba(4,120,87,.16)}.tk-swipe-match{position:relative;overflow:hidden}.tk-swipe-match::after{content:"";position:absolute;inset:0;transform:translateX(-120%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.30),transparent);transition:transform .5s ease}.tk-swipe-match:hover::after{transform:translateX(120%)}
.tk-toast-stack{position:fixed;left:24px;bottom:96px;z-index:99999;display:grid;gap:10px;pointer-events:none}.tk-toast{width:min(360px,calc(100vw - 48px));padding:14px 16px;border-radius:20px;background:rgba(7,17,40,.94);color:#fff;box-shadow:0 24px 70px rgba(7,17,40,.25);border:1px solid rgba(255,255,255,.14);opacity:0;transform:translateY(10px);animation:tkToastIn .26s ease forwards,tkToastOut .26s ease 3.2s forwards}.tk-toast strong{display:block;font-size:14px}.tk-toast span{display:block;margin-top:3px;color:#cbd5e1;font-size:13px}@keyframes tkToastIn{to{opacity:1;transform:translateY(0)}}@keyframes tkToastOut{to{opacity:0;transform:translateY(8px)}}

/* Workflow and dashboard quality */
.tk-employer-kpis,.tk-profile-summary-grid,.tk-review-stat-grid,.tk-job-match-stats{align-items:stretch}.tk-employer-kpis>div,.tk-profile-summary-grid>div,.tk-review-stat,.tk-job-match-stats>div{min-width:0}.tk-employer-kpis strong,.tk-profile-summary-grid span,.tk-review-stat strong,.tk-job-card h3,.tk-application-card h4,.tk-swipe-card h3{overflow-wrap:break-word;word-break:normal;hyphens:auto}.tk-employer-kpis strong{font-size:clamp(26px,4vw,48px);line-height:1.02;max-width:100%}.tk-employer-kpis span{display:block;margin-top:8px}.tk-portal-actions{gap:12px}.tk-candidate-dashboard,.tk-employer-dashboard{container-type:inline-size}.tk-dashboard-action-rail{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.tk-empty-mini{border-left:4px solid var(--tk-mint)}
.tk-chat-launcher{background:linear-gradient(135deg,#071128 0%,#0f766e 55%,#6c4dff 130%)}.tk-floating-chat-panel{border-radius:32px}.tk-secure-chat .tk-field input[type=file],.tk-chat-message-form input[type=file]{padding:12px;background:#fff;border:1px dashed rgba(7,17,40,.20);border-radius:16px}

/* Stronger dark mode */
body.tk-vibe-night,body.tk-night{background:radial-gradient(circle at 18% 0%,rgba(16,245,209,.12),transparent 30%),radial-gradient(circle at 90% 0%,rgba(108,77,255,.16),transparent 30%),#030712;color:#eaf2ff}body.tk-vibe-night .tk-site-header,body.tk-night .tk-site-header{background:rgba(3,7,18,.88);border-color:rgba(148,163,184,.16);box-shadow:0 18px 50px rgba(0,0,0,.42)}body.tk-vibe-night .tk-card,body.tk-night .tk-card,body.tk-vibe-night .tk-dashboard-panel,body.tk-night .tk-dashboard-panel,body.tk-vibe-night .tk-employer-panel,body.tk-night .tk-employer-panel,body.tk-vibe-night .tk-job-card,body.tk-night .tk-job-card,body.tk-vibe-night .tk-application-card,body.tk-night .tk-application-card{background:linear-gradient(180deg,rgba(15,23,42,.94),rgba(2,6,23,.90));border-color:rgba(148,163,184,.18);color:#eaf2ff;box-shadow:0 22px 70px rgba(0,0,0,.38)}body.tk-vibe-night .tk-heading,body.tk-night .tk-heading,body.tk-vibe-night h1,body.tk-night h1,body.tk-vibe-night h2,body.tk-night h2,body.tk-vibe-night h3,body.tk-night h3,body.tk-vibe-night h4,body.tk-night h4{color:#f8fbff}body.tk-vibe-night .tk-muted,body.tk-night .tk-muted,body.tk-vibe-night .tk-subtitle,body.tk-night .tk-subtitle,body.tk-vibe-night p,body.tk-night p{color:#cbd5e1}body.tk-vibe-night .tk-form input,body.tk-night .tk-form input,body.tk-vibe-night .tk-form select,body.tk-night .tk-form select,body.tk-vibe-night .tk-form textarea,body.tk-night .tk-form textarea{background:rgba(15,23,42,.92);border-color:rgba(148,163,184,.24);color:#fff}body.tk-vibe-night .tk-pill,body.tk-night .tk-pill,body.tk-vibe-night .tk-filter,body.tk-night .tk-filter,body.tk-vibe-night .tk-mini-btn,body.tk-night .tk-mini-btn{background:rgba(15,23,42,.86);border-color:rgba(148,163,184,.20);color:#eaf2ff}

/* Layout resilience */
.tk-wrap,.tk-grid,.tk-grid-2,.tk-grid-3,.tk-grid-4,.tk-hero-grid,.tk-media-split,.tk-job-card,.tk-application-card,.tk-employer-panel,.tk-card{min-width:0}.tk-card *,.tk-employer-panel *,.tk-job-card *,.tk-application-card *,.tk-swipe-card *{min-width:0}.tk-form-grid{align-items:start}.tk-field input,.tk-field select,.tk-field textarea{width:100%;max-width:100%}.tk-media-split{align-items:start}.tk-media-split>.tk-card,.tk-media-split>.tk-photo-stack{min-width:0}.tk-resume-extract-panel{min-width:0;max-width:100%;align-items:center}.tk-resume-extract-panel p,.tk-resume-extract-panel strong,.tk-resume-extract-panel span{white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important}.tk-candidate-dashboard .tk-employer-kpis{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.tk-employer-dashboard .tk-employer-kpis{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}

@media(max-width:1240px){.tk-nav{gap:12px}.tk-menu a{padding:9px 10px}.tk-header-actions{gap:8px}.tk-command-btn{display:none}.tk-os-bento{grid-template-columns:1fr 1fr}.tk-os-card--wide{grid-row:auto;grid-column:1/-1}.tk-media-split,.tk-hero-grid,.tk-hero-grid--human{grid-template-columns:1fr!important}.tk-hero-human-panel{max-width:860px}.tk-swipe-jobs{grid-template-columns:1fr}.tk-swipe-copy{text-align:center}.tk-swipe-copy p{margin-inline:auto}}
@media(max-width:980px){.tk-nav{display:grid;grid-template-columns:auto 1fr auto}.tk-menu{grid-column:1/-1;order:10;justify-content:flex-start;overflow-x:auto;padding:8px 0}.tk-static-menu{flex-wrap:nowrap}.tk-header-quick:not(.tk-header-login),.tk-command-btn{display:none}.tk-os-bento{grid-template-columns:1fr}.tk-profile-avatar-menu details[open] .tk-profile-popover,.tk-profile-popover{right:0;left:auto;width:min(360px,calc(100vw - 24px))}}
@media(max-width:760px){.tk-section{padding:54px 0}.tk-hero{padding:46px 0}.tk-hero-benefits,.tk-human-mini-grid,.tk-grid-2,.tk-grid-3,.tk-grid-4{grid-template-columns:1fr!important}.tk-home-slider{border-radius:28px}.tk-slide{grid-template-columns:1fr!important}.tk-slide-copy{padding:22px}.tk-os-card{border-radius:24px;padding:20px}.tk-os-score{width:110px;height:110px}.tk-os-score span{width:82px;height:82px;font-size:28px}.tk-swipe-stage{height:560px}.tk-swipe-card{border-radius:26px}.tk-swipe-card h3{font-size:30px}.tk-swipe-actions{grid-template-columns:1fr}.tk-swipe-btn,.tk-swipe-match{width:100%}.tk-floating-chatroom{left:12px;right:12px}.tk-toast-stack{left:14px;right:14px;bottom:82px}.tk-toast{width:100%}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}.tk-swipe-card{transition:none!important}}


/* --------------------------------------------------------------------------
 * TalKesher v2.0.1 — resume extraction panel hard wrap fix
 * Prevents the extractor heading/body from collapsing into one-letter vertical
 * wrapping inside the Talent page two-column layout.
 * -------------------------------------------------------------------------- */
.tk-resume-extract-panel,
.tk-form .tk-resume-extract-panel,
.tk-card .tk-resume-extract-panel,
.tk-media-split .tk-resume-extract-panel{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:flex-start !important;
  justify-content:space-between !important;
  gap:16px 18px !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  box-sizing:border-box !important;
  grid-template-columns:none !important;
}
.tk-resume-extract-panel > div:first-child,
.tk-form .tk-resume-extract-panel > div:first-child,
.tk-card .tk-resume-extract-panel > div:first-child{
  flex:1 1 340px !important;
  min-width:min(100%,260px) !important;
  max-width:100% !important;
  width:auto !important;
  display:block !important;
  inline-size:auto !important;
  writing-mode:horizontal-tb !important;
  text-orientation:mixed !important;
}
.tk-resume-extract-panel strong,
.tk-resume-extract-panel p,
.tk-resume-extract-panel span,
.tk-resume-extract-panel .tk-consent-check span,
.tk-resume-extract-panel .tk-extract-output,
.tk-resume-extract-panel .tk-extract-output *{
  display:block !important;
  max-width:100% !important;
  width:auto !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:manual !important;
  writing-mode:horizontal-tb !important;
  text-orientation:mixed !important;
  line-height:1.48 !important;
}
.tk-resume-extract-panel strong{
  font-size:clamp(18px,2vw,23px) !important;
  letter-spacing:-.025em !important;
  margin:0 0 6px !important;
}
.tk-resume-extract-panel p{
  margin:0 !important;
  font-size:15px !important;
  color:#526071 !important;
}
.tk-resume-extract-panel .tk-mini-btn,
.tk-form .tk-resume-extract-panel .tk-mini-btn{
  flex:0 0 auto !important;
  align-self:center !important;
  min-width:max-content !important;
  white-space:nowrap !important;
}
.tk-resume-extract-panel .tk-consent-check,
.tk-resume-extract-panel .tk-extract-output{
  flex:1 0 100% !important;
  width:100% !important;
  min-width:0 !important;
  box-sizing:border-box !important;
}
.tk-resume-extract-panel .tk-consent-check{
  display:flex !important;
  align-items:flex-start !important;
}
.tk-resume-extract-panel .tk-consent-check input{
  flex:0 0 auto !important;
}
body.tk-vibe-night .tk-resume-extract-panel p,
body.tk-night .tk-resume-extract-panel p{
  color:#CBD5E1 !important;
}
@media(max-width:860px){
  .tk-resume-extract-panel,
  .tk-form .tk-resume-extract-panel,
  .tk-card .tk-resume-extract-panel{
    display:grid !important;
    grid-template-columns:1fr !important;
  }
  .tk-resume-extract-panel > div:first-child,
  .tk-resume-extract-panel .tk-mini-btn{
    width:100% !important;
    min-width:0 !important;
  }
  .tk-resume-extract-panel .tk-mini-btn{
    justify-self:stretch !important;
  }
}


/* --------------------------------------------------------------------------
 * TalKesher v2.0.3 — personalized job board + polished swipe discovery
 * ----------------------------------------------------------------------- */
.tk-job-board--nextgen{position:relative;overflow:visible}.tk-job-toolbar--nextgen{align-items:flex-start;gap:24px}.tk-job-board-title{font-size:clamp(38px,5vw,74px)!important;letter-spacing:-.07em!important}.tk-job-fit-banner{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;margin-top:18px;max-width:900px}.tk-job-fit-banner span{display:flex;flex-direction:column;gap:4px;padding:13px 14px;border-radius:20px;background:rgba(255,255,255,.72);border:1px solid rgba(13,27,61,.08);box-shadow:0 12px 30px rgba(13,27,61,.06);font-weight:900;color:var(--tk-navy)}.tk-job-fit-banner strong{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:var(--tk-teal)}.tk-job-preference-pills{margin-top:12px}.tk-job-board.is-personalized .tk-job-toolbar{background:linear-gradient(135deg,rgba(15,199,190,.10),rgba(124,58,237,.07));border-radius:34px;padding:26px;border:1px solid rgba(15,163,163,.12)}.tk-swipe-copy h3{color:#fff!important;text-shadow:0 14px 42px rgba(0,0,0,.35)}.tk-swipe-copy .tk-eyebrow{color:#9ffcf4!important}.tk-swipe-jobs--nextgen{background:radial-gradient(circle at 78% 8%,rgba(33,212,253,.24),transparent 30%),radial-gradient(circle at 16% 18%,rgba(255,63,143,.18),transparent 30%),linear-gradient(135deg,#070a1b 0%,#101b46 46%,#087f8f 100%)}.tk-swipe-jobs--nextgen .tk-swipe-card{background:linear-gradient(160deg,#ffffff 0%,#f5ffff 58%,#f4f1ff 100%)}.tk-match-score-chip{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 13px;border-radius:999px;background:linear-gradient(135deg,#10f5d1,#21d4fd 50%,#7c3aed);color:#fff;font-weight:1000;box-shadow:0 14px 34px rgba(33,212,253,.24);white-space:nowrap}.tk-match-score-chip--list{background:linear-gradient(135deg,#ecfeff,#ede9fe);color:#075985;border:1px solid rgba(15,163,163,.18);box-shadow:none}.tk-fit-reasons{display:flex;flex-wrap:wrap;gap:8px}.tk-fit-reasons span{display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border-radius:14px;background:#ecfeff;color:#0f766e;border:1px solid rgba(15,163,163,.16);font-size:12px;font-weight:900}.tk-fit-reasons span:before{content:"";width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 0 4px rgba(16,185,129,.13)}.tk-fit-reasons--list{margin:12px 0}.tk-job-card-heading-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.tk-job-card-heading-row h3{margin:0;flex:1 1 auto}.tk-job-card--nextgen{border-radius:34px;background:linear-gradient(135deg,#ffffff,#f8ffff);box-shadow:0 18px 54px rgba(13,27,61,.09)}.tk-job-card--nextgen:hover{transform:translateY(-4px);box-shadow:0 28px 70px rgba(13,27,61,.13)}.tk-job-board.is-personalized .tk-job-card--nextgen{border-left:6px solid var(--tk-teal)}.tk-personalized-empty{max-width:900px;margin:26px auto;padding:34px}.tk-personalized-empty h3{font-size:clamp(28px,3vw,42px)}
body.tk-night .tk-job-fit-banner span,body.tk-vibe-night .tk-job-fit-banner span{background:rgba(15,23,42,.82);border-color:rgba(148,163,184,.20);color:#f8fafc}body.tk-night .tk-job-board.is-personalized .tk-job-toolbar,body.tk-vibe-night .tk-job-board.is-personalized .tk-job-toolbar{background:linear-gradient(135deg,rgba(15,23,42,.88),rgba(8,47,73,.58));border-color:rgba(94,234,212,.20)}body.tk-night .tk-match-score-chip--list,body.tk-vibe-night .tk-match-score-chip--list{background:rgba(20,184,166,.16);color:#99f6e4;border-color:rgba(94,234,212,.22)}body.tk-night .tk-fit-reasons span,body.tk-vibe-night .tk-fit-reasons span{background:rgba(20,184,166,.12);color:#ccfbf1;border-color:rgba(94,234,212,.18)}body.tk-night .tk-swipe-jobs--nextgen,body.tk-vibe-night .tk-swipe-jobs--nextgen{background:radial-gradient(circle at 80% 12%,rgba(33,212,253,.18),transparent 30%),linear-gradient(135deg,#020617 0%,#081225 54%,#0f172a 100%)}
@media(max-width:1180px){.tk-job-toolbar--nextgen{grid-template-columns:1fr!important}.tk-job-tools{width:100%}.tk-job-search input{width:100%}.tk-job-board.is-personalized .tk-job-toolbar{padding:20px}.tk-job-card-heading-row{flex-direction:column}.tk-match-score-chip--list{align-self:flex-start}.tk-swipe-jobs--nextgen{grid-template-columns:1fr!important}.tk-swipe-copy{text-align:center}.tk-swipe-copy p{margin-inline:auto}.tk-swipe-guide{justify-content:center}}
@media(max-width:680px){.tk-job-board-title{font-size:clamp(34px,13vw,54px)!important}.tk-job-fit-banner{grid-template-columns:1fr}.tk-swipe-card-top{align-items:flex-start;flex-wrap:wrap}.tk-match-score-chip{order:3;width:100%}.tk-swipe-save{margin-left:auto}.tk-job-board.is-personalized .tk-job-toolbar{border-radius:24px}.tk-job-card--nextgen{border-radius:24px}}


/* v2.0.5 — IT Consulting page */
.tk-it-hero{isolation:isolate}.tk-it-command-card{min-height:360px;display:flex;flex-direction:column;justify-content:space-between}.tk-it-terminal{display:grid;gap:8px;margin-top:20px;padding:18px;border-radius:22px;background:#061025;border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 0 0 1px rgba(15,163,163,.10)}.tk-it-terminal span{color:#8FE9E6;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:900}.tk-it-terminal strong{color:#fff;font-size:22px;line-height:1.15}.tk-it-terminal em{color:#C9D7EA;font-style:normal;font-weight:700}.tk-it-service-grid{margin-top:34px}.tk-it-service{min-height:260px;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.tk-it-service:hover{transform:translateY(-6px);border-color:rgba(15,163,163,.38);box-shadow:0 24px 70px rgba(13,27,61,.14)}.tk-it-service>span{display:grid;place-items:center;width:44px;height:44px;border-radius:16px;margin-bottom:18px;background:linear-gradient(135deg,var(--tk-teal),#4F46E5);color:#fff;font-weight:950}.tk-it-deliverables{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.tk-it-deliverables span{display:inline-flex;align-items:center;min-height:38px;padding:9px 12px;border-radius:999px;background:rgba(13,27,61,.08);color:var(--tk-navy);font-size:13px;font-weight:900}.tk-it-portfolio{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:34px}.tk-it-portfolio a{display:grid;gap:8px;min-height:142px;padding:22px;border-radius:24px;background:linear-gradient(145deg,#fff,#F7FFFF);border:1px solid rgba(15,163,163,.18);box-shadow:0 16px 42px rgba(13,27,61,.08);transition:transform .2s ease,border-color .2s ease}.tk-it-portfolio a:hover{transform:translateY(-5px);border-color:rgba(15,163,163,.45)}.tk-it-portfolio strong{color:var(--tk-navy);font-size:20px;line-height:1.1}.tk-it-portfolio span{color:#5B677A;font-weight:700;line-height:1.45}.tk-vibe-night .tk-it-portfolio a,.tk-vibe-night .tk-it-terminal{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.14)}.tk-vibe-night .tk-it-portfolio strong,.tk-vibe-night .tk-it-service h3,.tk-vibe-night .tk-it-terminal strong{color:#fff}.tk-vibe-night .tk-it-portfolio span,.tk-vibe-night .tk-it-terminal em{color:#C9D7EA}.tk-vibe-night .tk-it-deliverables span{background:rgba(255,255,255,.10);color:#EAF2FF}@media(max-width:980px){.tk-it-portfolio{grid-template-columns:1fr 1fr}.tk-it-command-card{min-height:0}}@media(max-width:640px){.tk-it-portfolio{grid-template-columns:1fr}.tk-it-service{min-height:0}.tk-it-deliverables span{width:100%;justify-content:center}.tk-it-terminal strong{font-size:19px}}


/* --------------------------------------------------------------------------
 * TalKesher v2.0.4 — IT Consulting contrast hardening
 * ----------------------------------------------------------------------- */
.page-id-it-consulting .tk-section,
.tk-it-hero,
body .tk-it-hero{
  color:#F8FBFF;
}
.tk-it-hero.tk-section--dark{
  background:
    radial-gradient(circle at 8% 12%, rgba(20,184,166,.30), transparent 31%),
    radial-gradient(circle at 92% 8%, rgba(124,58,237,.24), transparent 32%),
    linear-gradient(135deg,#03111A 0%,#07142D 50%,#071B3E 100%) !important;
}
.tk-it-hero .tk-heading,
.tk-it-hero h1,
.tk-it-hero h2{
  color:#FFFFFF !important;
  text-shadow:0 18px 60px rgba(0,0,0,.36);
}
.tk-it-hero .tk-subtitle,
.tk-it-hero p{
  color:#E6F2FF !important;
}
.tk-it-hero .tk-btn--ghost{
  background:rgba(255,255,255,.10) !important;
  border-color:rgba(255,255,255,.26) !important;
  color:#FFFFFF !important;
}
.tk-it-hero .tk-it-command-card,
body .tk-it-hero .tk-card.tk-card--dark.tk-it-command-card,
body.tk-night .tk-it-hero .tk-it-command-card,
body.tk-vibe-night .tk-it-hero .tk-it-command-card{
  background:
    radial-gradient(circle at 14% 0%, rgba(94,234,212,.22), transparent 28%),
    radial-gradient(circle at 100% 100%, rgba(212,162,58,.16), transparent 34%),
    linear-gradient(145deg,#061225 0%,#0B1D3D 58%,#102D55 100%) !important;
  color:#FFFFFF !important;
  border:1px solid rgba(155,231,255,.24) !important;
  box-shadow:0 30px 90px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.08) !important;
}
.tk-it-hero .tk-it-command-card .tk-kicker,
.tk-it-hero .tk-it-command-card span.tk-kicker{
  color:#FFD36A !important;
  letter-spacing:.20em;
}
.tk-it-hero .tk-it-command-card h3{
  color:#FFFFFF !important;
  text-shadow:0 12px 32px rgba(0,0,0,.34);
}
.tk-it-hero .tk-it-command-card p{
  color:#DDEBFF !important;
  font-weight:650;
  line-height:1.75;
}
.tk-it-terminal,
body.tk-night .tk-it-terminal,
body.tk-vibe-night .tk-it-terminal{
  background:linear-gradient(135deg,#020817,#061126) !important;
  border-color:rgba(94,234,212,.24) !important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.06),0 18px 44px rgba(0,0,0,.28) !important;
}
.tk-it-terminal span{
  color:#8DFFF5 !important;
}
.tk-it-terminal strong{
  color:#FFFFFF !important;
}
.tk-it-terminal em{
  color:#D7E7FF !important;
}
#it-services-suite .tk-card,
.tk-it-service,
.tk-it-portfolio a{
  color:#0B1735;
}
#it-services-suite .tk-card h3,
.tk-it-service h3,
.tk-it-portfolio strong{
  color:#07142D !important;
}
#it-services-suite .tk-card p,
.tk-it-service p,
.tk-it-portfolio span{
  color:#40506A !important;
}
.tk-it-deliverables span{
  background:#EAFBFA !important;
  color:#073B45 !important;
  border:1px solid rgba(15,163,163,.18);
}
.tk-it-portfolio a{
  background:linear-gradient(145deg,#FFFFFF 0%,#F4FFFF 100%) !important;
}
.tk-section--dark .tk-card:not(.tk-card--dark){
  background:rgba(255,255,255,.96) !important;
  color:#07142D !important;
}
.tk-section--dark .tk-card:not(.tk-card--dark) h2,
.tk-section--dark .tk-card:not(.tk-card--dark) h3,
.tk-section--dark .tk-card:not(.tk-card--dark) h4,
.tk-section--dark .tk-card:not(.tk-card--dark) strong{
  color:#07142D !important;
}
.tk-section--dark .tk-card:not(.tk-card--dark) p,
.tk-section--dark .tk-card:not(.tk-card--dark) li{
  color:#334155 !important;
}
body.tk-night #it-services-suite .tk-card,
body.tk-vibe-night #it-services-suite .tk-card,
body.tk-night .tk-it-service,
body.tk-vibe-night .tk-it-service,
body.tk-night .tk-it-portfolio a,
body.tk-vibe-night .tk-it-portfolio a{
  background:linear-gradient(180deg,rgba(15,23,42,.96),rgba(2,6,23,.92)) !important;
  border-color:rgba(94,234,212,.18) !important;
  color:#F8FBFF !important;
}
body.tk-night #it-services-suite .tk-card h3,
body.tk-vibe-night #it-services-suite .tk-card h3,
body.tk-night .tk-it-service h3,
body.tk-vibe-night .tk-it-service h3,
body.tk-night .tk-it-portfolio strong,
body.tk-vibe-night .tk-it-portfolio strong{
  color:#FFFFFF !important;
}
body.tk-night #it-services-suite .tk-card p,
body.tk-vibe-night #it-services-suite .tk-card p,
body.tk-night .tk-it-service p,
body.tk-vibe-night .tk-it-service p,
body.tk-night .tk-it-portfolio span,
body.tk-vibe-night .tk-it-portfolio span{
  color:#CBD5E1 !important;
}
body.tk-night .tk-it-deliverables span,
body.tk-vibe-night .tk-it-deliverables span{
  background:rgba(20,184,166,.14) !important;
  color:#CCFBF1 !important;
  border-color:rgba(94,234,212,.20) !important;
}
@media(max-width:980px){
  .tk-it-hero .tk-media-split{
    grid-template-columns:1fr !important;
  }
  .tk-it-hero .tk-it-command-card{
    min-height:0;
  }
}


/* --------------------------------------------------------------------------
 * TalKesher v2.0.7 — IT Consulting showcase upgrade
 * ----------------------------------------------------------------------- */
.tk-it-approach-grid{align-items:stretch;margin-bottom:26px}.tk-it-delivery-intro{min-height:100%;display:flex;flex-direction:column;justify-content:space-between}.tk-it-delivery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.tk-it-delivery-card{background:linear-gradient(180deg,#FFFFFF,#F7FCFF);border:1px solid rgba(15,163,163,.18);border-radius:28px;box-shadow:0 18px 50px rgba(13,27,61,.08);padding:24px}.tk-it-delivery-card__top{display:flex;gap:16px;align-items:flex-start;margin-bottom:16px}.tk-it-delivery-card__num{display:grid;place-items:center;flex:0 0 52px;width:52px;height:52px;border-radius:18px;background:linear-gradient(135deg,var(--tk-teal),#4F46E5);color:#fff;font-weight:950;font-size:16px;box-shadow:0 16px 32px rgba(79,70,229,.20)}.tk-it-delivery-card h3{margin:0 0 8px;color:#07142D;font-size:24px;letter-spacing:-.04em}.tk-it-delivery-card p{margin:0;color:#526277;font-weight:650;line-height:1.65}.tk-it-deliverables{display:flex;flex-wrap:wrap;gap:10px;margin-top:0}.tk-it-delivery-card .tk-it-deliverables{margin-top:2px}.tk-it-deliverables span{display:inline-flex;align-items:center;min-height:38px;padding:10px 13px;border-radius:999px;background:#EEF9FB !important;color:#0B3B45 !important;border:1px solid rgba(15,163,163,.16);font-size:13px;font-weight:900;letter-spacing:.01em}.tk-it-reference-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.tk-it-reference-card{display:flex !important;flex-direction:column;gap:12px;min-height:100%;padding:18px !important;border-radius:28px !important;overflow:hidden}.tk-it-reference-media{display:block;overflow:hidden;border-radius:22px;background:linear-gradient(135deg,#D7F7F4,#EEF7FF);border:1px solid rgba(15,163,163,.14);aspect-ratio:16/9}.tk-it-reference-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.tk-it-reference-card:hover .tk-it-reference-media img{transform:scale(1.04)}.tk-it-reference-tag{display:inline-flex;align-self:flex-start;padding:7px 12px;border-radius:999px;background:#F2F7FF;color:#234065 !important;font-size:12px;font-weight:900;letter-spacing:.10em;text-transform:uppercase}.tk-it-reference-card strong{font-size:28px;letter-spacing:-.05em;line-height:1.05}.tk-it-reference-card>span:not(.tk-it-reference-media):not(.tk-it-reference-tag):not(.tk-it-reference-cta){font-size:16px;font-weight:650;line-height:1.62}.tk-it-reference-cta{margin-top:auto;display:inline-flex;align-items:center;gap:8px;color:var(--tk-teal) !important;font-weight:900}.tk-it-reference-card:hover .tk-it-reference-cta{transform:translateX(2px)}.tk-it-reference-card:hover{box-shadow:0 22px 64px rgba(13,27,61,.12) !important}.tk-it-approach-grid .tk-heading{max-width:12ch}@media(max-width:1180px){.tk-it-reference-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1100px){.tk-it-delivery-grid{grid-template-columns:1fr}}@media(max-width:760px){.tk-it-delivery-card__top{flex-direction:column}.tk-it-reference-card strong{font-size:24px}.tk-it-delivery-card{padding:20px}.tk-it-reference-card{padding:16px !important}}body.tk-night .tk-it-delivery-card,body.tk-vibe-night .tk-it-delivery-card{background:linear-gradient(180deg,rgba(15,23,42,.96),rgba(2,6,23,.92));border-color:rgba(94,234,212,.18);box-shadow:0 20px 60px rgba(0,0,0,.28)}body.tk-night .tk-it-delivery-card h3,body.tk-vibe-night .tk-it-delivery-card h3{color:#fff}body.tk-night .tk-it-delivery-card p,body.tk-vibe-night .tk-it-delivery-card p{color:#CBD5E1}body.tk-night .tk-it-reference-tag,body.tk-vibe-night .tk-it-reference-tag{background:rgba(94,234,212,.12);color:#CCFBF1 !important}body.tk-night .tk-it-reference-media,body.tk-vibe-night .tk-it-reference-media{border-color:rgba(94,234,212,.16);background:linear-gradient(135deg,rgba(2,6,23,.84),rgba(15,23,42,.92))}


/* v2.0.7 — Portfolio static system reference card */
.tk-it-reference-card{background:linear-gradient(145deg,#FFFFFF 0%,#F4FFFF 100%) !important;border:1px solid rgba(15,163,163,.18) !important;box-shadow:0 16px 42px rgba(13,27,61,.08);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.tk-it-reference-card--static{cursor:default}.tk-it-reference-card--static:hover{transform:translateY(-5px);border-color:rgba(15,163,163,.45) !important}.tk-it-reference-card--static .tk-it-reference-cta{color:#0F766E !important}body.tk-night .tk-it-reference-card,body.tk-vibe-night .tk-it-reference-card{background:linear-gradient(180deg,rgba(15,23,42,.96),rgba(2,6,23,.92)) !important;border-color:rgba(94,234,212,.18) !important;color:#F8FBFF !important}


/* --------------------------------------------------------------------------
 * TalKesher v2.0.8 — Scalable Selected Work horizontal scroll shelf
 * ----------------------------------------------------------------------- */
.tk-it-selected-work{
  overflow:hidden;
}
.tk-it-selected-work .tk-center{
  position:relative;
  z-index:2;
}
.tk-scroll-cue{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:22px;
  padding:9px 14px;
  border-radius:999px;
  background:linear-gradient(135deg,rgba(15,163,163,.12),rgba(79,70,229,.10));
  border:1px solid rgba(15,163,163,.18);
  color:#10213F;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.tk-scroll-cue b{
  color:var(--tk-teal);
  font-weight:950;
}
.tk-it-reference-scroll-shell{
  position:relative;
  margin-top:38px;
}
.tk-it-reference-scroll-shell:before,
.tk-it-reference-scroll-shell:after{
  content:"";
  position:absolute;
  top:0;
  bottom:22px;
  width:74px;
  pointer-events:none;
  z-index:3;
}
.tk-it-reference-scroll-shell:before{
  left:-2px;
  background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.84) 24%,rgba(255,255,255,0) 100%);
}
.tk-it-reference-scroll-shell:after{
  right:-2px;
  background:linear-gradient(270deg,#fff 0%,rgba(255,255,255,.84) 24%,rgba(255,255,255,0) 100%);
}
.tk-it-reference-grid{
  display:flex !important;
  grid-template-columns:none !important;
  gap:24px !important;
  overflow-x:auto;
  overflow-y:visible;
  overscroll-behavior-inline:contain;
  scroll-snap-type:x mandatory;
  scroll-padding-inline:14px;
  padding:10px 18px 32px;
  margin:0 -18px;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:thin;
  scrollbar-color:var(--tk-teal) rgba(13,27,61,.10);
}
.tk-it-reference-grid::-webkit-scrollbar{
  height:12px;
}
.tk-it-reference-grid::-webkit-scrollbar-track{
  background:rgba(13,27,61,.08);
  border-radius:999px;
}
.tk-it-reference-grid::-webkit-scrollbar-thumb{
  background:linear-gradient(90deg,var(--tk-teal),#4F46E5);
  border-radius:999px;
  border:3px solid rgba(255,255,255,.88);
}
.tk-it-reference-grid:focus-visible{
  outline:3px solid rgba(15,163,163,.34);
  outline-offset:8px;
  border-radius:30px;
}
.tk-it-reference-grid .tk-it-reference-card{
  flex:0 0 clamp(330px, 34vw, 460px);
  min-width:clamp(330px, 34vw, 460px);
  scroll-snap-align:start;
  scroll-snap-stop:always;
}
.tk-it-reference-card{
  transform-origin:center bottom;
}
.tk-it-reference-card:hover{
  transform:translateY(-7px) rotate(-.25deg);
}
@media(max-width:760px){
  .tk-it-reference-grid{
    gap:16px !important;
    padding-inline:12px;
    margin-inline:-12px;
  }
  .tk-it-reference-grid .tk-it-reference-card{
    flex-basis:88vw;
    min-width:88vw;
  }
  .tk-it-reference-scroll-shell:before,
  .tk-it-reference-scroll-shell:after{
    width:34px;
  }
}
body.tk-night .tk-scroll-cue,
body.tk-vibe-night .tk-scroll-cue{
  background:rgba(94,234,212,.10);
  border-color:rgba(94,234,212,.18);
  color:#EAF2FF;
}
body.tk-night .tk-scroll-cue b,
body.tk-vibe-night .tk-scroll-cue b{
  color:#8DFFF5;
}
body.tk-night .tk-it-reference-scroll-shell:before,
body.tk-vibe-night .tk-it-reference-scroll-shell:before{
  background:linear-gradient(90deg,#050B18 0%,rgba(5,11,24,.84) 24%,rgba(5,11,24,0) 100%);
}
body.tk-night .tk-it-reference-scroll-shell:after,
body.tk-vibe-night .tk-it-reference-scroll-shell:after{
  background:linear-gradient(270deg,#050B18 0%,rgba(5,11,24,.84) 24%,rgba(5,11,24,0) 100%);
}
body.tk-night .tk-it-reference-grid,
body.tk-vibe-night .tk-it-reference-grid{
  scrollbar-color:#8DFFF5 rgba(255,255,255,.10);
}


/* --------------------------------------------------------------------------
 * TalKesher v2.0.9 — Native Resume Builder
 * ----------------------------------------------------------------------- */
.tk-resume-builder{display:grid;gap:24px}.tk-resume-builder__top{display:flex;justify-content:space-between;gap:24px;align-items:flex-end}.tk-resume-builder__top h2{font-size:clamp(34px,4vw,56px);line-height:.98;letter-spacing:-.06em;margin:0 0 10px}.tk-resume-builder__top p{max-width:820px;color:#DDEBFF;font-weight:650}.tk-resume-builder__actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.tk-resume-builder__workspace{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.86fr);gap:24px;align-items:start}.tk-resume-builder__form,.tk-resume-builder__preview-card{min-width:0}.tk-rb-help-card{display:grid;gap:3px;padding:14px 16px;border-radius:18px;background:linear-gradient(135deg,rgba(15,163,163,.10),rgba(79,70,229,.08));border:1px solid rgba(15,163,163,.18);color:#0D1B3D;font-weight:800;margin:10px 0 16px}.tk-rb-help-card span{color:#526277;font-size:14px;font-weight:650}.tk-rb-status{padding:12px 14px;border-radius:16px;background:#EAFBFA;color:#075E61;font-weight:900;border:1px solid rgba(15,163,163,.18)}.tk-rb-preview-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.tk-resume-preview{background:#fff;border:1px solid rgba(13,27,61,.10);border-radius:22px;box-shadow:0 18px 48px rgba(13,27,61,.08);padding:34px;color:#111827;min-height:720px;font-family:Inter,Arial,sans-serif}.tk-resume-preview .rb-head{border-bottom:3px solid var(--tk-teal);padding-bottom:16px;margin-bottom:22px}.tk-resume-preview .rb-head h1{font-family:Poppins,Inter,sans-serif;font-size:clamp(30px,4vw,46px);line-height:1;margin:0 0 8px;color:#07142D;letter-spacing:-.055em}.tk-resume-preview .rb-head strong{display:block;color:#0D1B3D;font-weight:900}.tk-resume-preview .rb-head p{margin:8px 0 0;color:#526277;font-weight:700}.tk-resume-preview .rb-section{margin:20px 0}.tk-resume-preview .rb-section h3{font-size:13px;text-transform:uppercase;letter-spacing:.16em;color:#0D1B3D;border-bottom:1px solid #CBD5E1;padding-bottom:8px;margin:0 0 12px}.tk-resume-preview .rb-section p{color:#273449;line-height:1.65}.tk-resume-preview .rb-entry{margin:12px 0}.tk-resume-preview .rb-entry h4{margin:0 0 6px;color:#111827;font-size:16px}.tk-resume-preview .rb-entry ul{margin:6px 0 0 20px;padding:0}.tk-resume-preview .rb-entry li{margin:5px 0;color:#273449;line-height:1.5}.tk-resume-preview .rb-skills{display:flex;flex-wrap:wrap;gap:8px}.tk-resume-preview .rb-skills span{padding:6px 9px;border-radius:999px;background:#EEF9FB;border:1px solid rgba(15,163,163,.18);color:#0B3B45;font-size:12px;font-weight:850}.tk-resume-preview--compact{box-shadow:none;border-radius:12px}.tk-resume-preview--compact .rb-head{border-bottom-color:#111827}.tk-resume-preview--compact .rb-skills span{background:#fff;border-color:#AAB3C2}.tk-resume-preview--healthcare .rb-head{border-bottom-color:#D4A23A}.tk-resume-preview--healthcare .rb-section h3{color:#075E61}.tk-resume-preview--healthcare .rb-skills span{background:#FFF8E5;border-color:rgba(212,162,58,.30);color:#5E430E}body.tk-vibe-night .tk-rb-help-card{background:rgba(94,234,212,.10);border-color:rgba(94,234,212,.18);color:#EAF2FF}body.tk-vibe-night .tk-rb-help-card span{color:#CBD5E1}body.tk-vibe-night .tk-resume-builder__preview-card{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12)}body.tk-vibe-night .tk-resume-preview{background:#fff;color:#111827}body.tk-vibe-night .tk-resume-preview p,body.tk-vibe-night .tk-resume-preview li{color:#273449}@media(max-width:1120px){.tk-resume-builder__top{display:grid}.tk-resume-builder__actions{justify-content:flex-start}.tk-resume-builder__workspace{grid-template-columns:1fr}.tk-resume-builder__preview-card{position:static}.tk-resume-preview{min-height:520px}}@media(max-width:640px){.tk-resume-builder__actions .tk-btn,.tk-resume-builder__actions .tk-mini-btn{width:100%;justify-content:center}.tk-resume-preview{padding:22px;border-radius:18px}.tk-resume-builder__workspace{gap:16px}}


/* --------------------------------------------------------------------------
 * TalKesher v2.1.0 — employer bulk job upload center
 * ----------------------------------------------------------------------- */
.tk-bulk-upload-console{display:grid;gap:26px}.tk-bulk-upload-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:22px;align-items:end;padding:28px;border-radius:34px;background:linear-gradient(135deg,rgba(15,163,163,.10),rgba(79,70,229,.08));border:1px solid rgba(15,163,163,.22);box-shadow:0 18px 60px rgba(13,27,61,.08)}.tk-bulk-upload-spec{display:grid;gap:10px;padding:20px;border-radius:26px;background:#06122A;color:#fff;box-shadow:0 18px 44px rgba(6,18,42,.18)}.tk-bulk-upload-spec strong{font-size:18px}.tk-bulk-upload-spec code{white-space:normal;word-break:break-word;background:rgba(255,255,255,.10);color:#EAFBFF;padding:12px;border-radius:16px;line-height:1.6}.tk-workspace-grid--bulk{grid-template-columns:.8fr 1.2fr}.tk-bulk-format-card{display:grid;gap:14px}.tk-bulk-columns{display:flex;flex-wrap:wrap;gap:10px}.tk-bulk-columns span{display:inline-flex;align-items:center;padding:9px 12px;border-radius:999px;background:#EEF9FB;color:#0B3B45;border:1px solid rgba(15,163,163,.16);font-size:13px;font-weight:900}.tk-login-required-card{max-width:920px;margin-inline:auto}.tk-profile-avatar-menu--employer .tk-profile-popover-links a[href*="bulk-jobs"]{background:linear-gradient(135deg,rgba(15,163,163,.13),rgba(79,70,229,.10));border-color:rgba(15,163,163,.22)}body.tk-night .tk-bulk-upload-hero,body.tk-vibe-night .tk-bulk-upload-hero{background:linear-gradient(135deg,rgba(15,23,42,.95),rgba(17,24,39,.92));border-color:rgba(94,234,212,.18)}body.tk-night .tk-bulk-upload-spec,body.tk-vibe-night .tk-bulk-upload-spec{background:#020817;border:1px solid rgba(94,234,212,.18)}body.tk-night .tk-bulk-columns span,body.tk-vibe-night .tk-bulk-columns span{background:rgba(94,234,212,.12);color:#CCFBF1;border-color:rgba(94,234,212,.20)}@media(max-width:980px){.tk-bulk-upload-hero,.tk-workspace-grid--bulk{grid-template-columns:1fr}}


/* TalKesher v2.1.1 — bulk upload visibility and detailed import polish */
.tk-bulk-upload-console .tk-card--cool .tk-form label,
.tk-bulk-upload-console .tk-card--cool .tk-form small,
.tk-bulk-upload-console .tk-card--cool .tk-form span{color:inherit}
.tk-bulk-upload-console .tk-card--cool .tk-field input,
.tk-bulk-upload-console .tk-card--cool .tk-field textarea,
.tk-bulk-upload-console .tk-card--cool .tk-field select{background:#fff;color:#07142d}
.tk-bulk-format-card .tk-bulk-columns{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0}
.tk-bulk-format-card .tk-bulk-columns span{display:inline-flex;padding:9px 12px;border-radius:999px;background:#eefafb;color:#073f46;font-weight:900;font-size:12px}
.tk-csv-help pre{white-space:pre-wrap;word-break:break-word;max-height:240px;overflow:auto}
.tk-workspace-grid--bulk{align-items:stretch}
.tk-bulk-form .tk-btn{width:100%;justify-content:center}
