@import url("v6.css");
:root{
  --navy:#0e2747;--navy2:#091b33;--yellow:#ffc400;--yellow2:#ffb800;--ink:#122033;--muted:#728096;
  --line:#e8edf3;--bg:#f6f8fb;--white:#fff;--green:#21a366;--orange:#ff7a00;--blue:#3977ff;--red:#ff5a5f;
  --shadow:0 8px 28px rgba(22,34,52,.07);--r:14px;
}
*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg)}
a{text-decoration:none;color:inherit}button,input,select{font:inherit}.container{max-width:1500px;margin:0 auto;padding:0 24px}
.topbar{height:78px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;position:sticky;top:0;z-index:50}.topbar .container{width:100%;display:flex;align-items:center;gap:34px}.logo{width:212px;display:block}.main-nav{display:flex;align-items:center;gap:34px;font-size:14px;font-weight:650;flex:1}.main-nav a{padding:28px 0 24px;border-bottom:3px solid transparent}.main-nav a.active{border-color:var(--navy)}.top-actions{display:flex;gap:10px;align-items:center}.btn{height:42px;padding:0 18px;border:1px solid var(--line);border-radius:9px;background:#fff;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-primary{background:var(--yellow);border-color:var(--yellow);color:#172033}.btn-dark{background:var(--navy);border-color:var(--navy);color:#fff}.btn-block{width:100%}.icon-btn{width:40px;height:40px;border-radius:10px;border:1px solid var(--line);display:grid;place-items:center;background:#fff}.crumb{font-size:12px;color:#7b8798;padding:20px 0 6px}.page-title{font-size:32px;margin:4px 0 6px}.subtext{color:var(--muted);font-size:14px}.search-row{display:grid;grid-template-columns:1.3fr .8fr 160px;gap:12px;max-width:760px}.input,.select{height:46px;border:1px solid var(--line);background:#fff;border-radius:8px;padding:0 14px;outline:none}.input:focus,.select:focus{border-color:#c7d2df;box-shadow:0 0 0 3px rgba(255,196,0,.12)}
.jobs-layout{display:grid;grid-template-columns:255px 1fr;gap:22px;margin-top:18px}.filter-card,.card{background:#fff;border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow)}.filter-card{padding:18px}.filter-section{padding:0 0 18px;margin-bottom:18px;border-bottom:1px solid var(--line)}.filter-section:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.filter-title{font-size:14px;font-weight:800;margin-bottom:12px}.check-row{display:flex;align-items:center;gap:9px;font-size:13px;color:#465468;margin:10px 0}.check-row input{accent-color:var(--navy)}.jobs-main{min-width:0}.toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.tabs{display:flex;gap:8px}.pill{border:1px solid var(--line);background:#fff;border-radius:8px;padding:9px 16px;font-size:13px;font-weight:700}.pill.active{background:var(--navy);color:#fff;border-color:var(--navy)}.jobs-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:14px}.job-list{display:flex;flex-direction:column;gap:12px}.job-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px;display:grid;grid-template-columns:56px 1fr auto;gap:14px;position:relative;box-shadow:0 5px 18px rgba(17,34,51,.04)}.job-card.featured:before{content:'ÖNE ÇIKAN';position:absolute;left:14px;top:-10px;background:var(--yellow);font-size:9px;font-weight:900;padding:4px 8px;border-radius:5px}.company-logo{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#fff0b4,#ffc400);display:grid;place-items:center;font-weight:900;color:var(--navy);border:1px solid #f2e1a0}.job-name{font-size:17px;font-weight:850;margin-bottom:3px}.company{font-size:13px;font-weight:700}.verified{color:var(--green);font-size:11px}.meta{display:flex;flex-wrap:wrap;gap:10px;color:#7a8795;font-size:11px;margin-top:7px}.tag-row{display:flex;gap:8px;margin-top:10px}.tag{background:#f6f8fb;border-radius:7px;padding:5px 8px;font-size:11px;font-weight:700}.salary{background:#fff8d9}.save{color:#8894a5}.map-card{min-height:620px;overflow:hidden;position:relative;background:#dde8ef}.map-bg{position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.08),rgba(255,255,255,.08)),repeating-linear-gradient(25deg,#e7eef2 0 12px,#dce6ec 12px 13px);opacity:.95}.road{position:absolute;background:#fff;border:1px solid #d1dce5;border-radius:999px}.r1{width:85%;height:18px;left:4%;top:28%;transform:rotate(-18deg)}.r2{width:90%;height:14px;left:-2%;top:55%;transform:rotate(16deg)}.r3{width:75%;height:12px;left:18%;top:70%;transform:rotate(-35deg)}.marker{position:absolute;width:40px;height:40px;background:var(--navy);color:#fff;border-radius:50%;display:grid;place-items:center;font-weight:800;box-shadow:0 8px 22px rgba(10,34,65,.25)}.m1{left:22%;top:29%}.m2{right:16%;top:20%}.m3{left:48%;top:46%}.m4{right:26%;bottom:18%}.map-button{position:absolute;top:18px;right:18px}
.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px;margin:20px 0 40px}.detail-card{padding:24px}.detail-head{display:flex;gap:16px}.detail-logo{width:72px;height:72px}.detail-title{font-size:28px;margin:0 0 4px}.rating{font-size:12px;color:#69788a;margin-top:7px}.detail-tags{display:flex;gap:10px;margin:22px 0}.detail-section{padding:20px 0;border-top:1px solid var(--line)}.detail-section h3{font-size:16px;margin:0 0 10px}.detail-section p,.detail-section li{font-size:14px;line-height:1.7;color:#455468}.side-card{padding:20px;margin-bottom:14px}.side-card h3{margin:0 0 6px;font-size:17px}.company-box{text-align:left}.company-box .company-logo{margin-bottom:12px}.company-stat{font-size:12px;color:#66758a;margin:8px 0}.mini-job{display:flex;gap:10px;padding:12px 0;border-top:1px solid var(--line)}
.dashboard-shell{display:grid;grid-template-columns:245px 1fr;min-height:calc(100vh - 78px)}.sidebar{background:linear-gradient(180deg,var(--navy) 0%,var(--navy2) 100%);color:#fff;padding:24px 16px}.side-nav{display:flex;flex-direction:column;gap:7px}.side-link{padding:12px 14px;border-radius:8px;font-size:13px;font-weight:650;color:#dce7f4;display:flex;align-items:center;gap:11px}.side-link.active{background:var(--yellow);color:#172033}.dash-main{padding:28px 30px 50px;min-width:0}.dash-title{font-size:24px;margin:0 0 18px}.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.profile-card{padding:20px;display:flex;gap:16px;align-items:center}.avatar{width:68px;height:68px;border-radius:50%;background:linear-gradient(135deg,#c8d7e6,#6e89a7);display:grid;place-items:center;color:#fff;font-weight:900;font-size:20px}.profile-name{font-weight:850;font-size:17px}.progress-wrap{padding:20px}.progress-head{display:flex;justify-content:space-between;font-weight:800;font-size:13px}.progress{height:8px;background:#eef2f6;border-radius:999px;margin:14px 0}.progress i{display:block;height:100%;width:75%;background:var(--yellow);border-radius:999px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:14px 0 22px}.stat{padding:18px;text-align:center}.stat strong{display:block;font-size:26px;margin-bottom:4px}.green strong{color:var(--green)}.blue strong{color:var(--blue)}.orange strong{color:var(--orange)}.purple strong{color:#7b61ff}.section-head{display:flex;justify-content:space-between;align-items:center;margin:12px 0}.section-head h3{margin:0;font-size:17px}.job-mini-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.job-mini{padding:16px}.job-mini h4{margin:0 0 6px;font-size:15px}.job-mini p{margin:4px 0;font-size:12px;color:#6b788c}.employer-head{display:grid;grid-template-columns:1fr 220px;gap:14px}.company-profile{padding:18px;display:flex;gap:14px;align-items:center}.quick-actions{padding:14px;display:flex;flex-direction:column;gap:10px}.app-table{overflow:hidden}.app-row{display:grid;grid-template-columns:1.5fr .55fr .85fr .35fr .55fr;gap:12px;align-items:center;padding:14px 16px;border-top:1px solid var(--line);font-size:12px}.candidate{display:flex;align-items:center;gap:10px}.candidate .avatar{width:38px;height:38px;font-size:12px}.status{padding:5px 8px;border-radius:6px;background:#fff4cf;color:#8a6700;font-weight:800;font-size:10px}.status.reviewed{background:#eaf1ff;color:#3562b8}.status.invite{background:#fff0e5;color:#d86600}.table-head{font-size:11px;color:#8491a2;background:#f9fbfc;font-weight:800}
.mobile-bottom{display:none}
@media(max-width:1100px){.main-nav{display:none}.jobs-grid{grid-template-columns:1fr}.map-card{min-height:360px}.detail-layout{grid-template-columns:1fr}.sidebar{width:auto}.job-mini-grid{grid-template-columns:repeat(2,1fr)}.stats{grid-template-columns:repeat(2,1fr)}.profile-grid{grid-template-columns:1fr}.employer-head{grid-template-columns:1fr}.app-row{grid-template-columns:1fr .5fr .5fr}.app-row>*:nth-child(3),.app-row>*:nth-child(4){display:none}}
@media(max-width:760px){.container{padding:0 14px}.topbar{height:68px}.logo{width:170px}.top-actions .btn:not(.btn-primary){display:none}.jobs-layout{grid-template-columns:1fr}.filter-card{display:none}.page-title{font-size:25px}.search-row{grid-template-columns:1fr}.search-row .btn{width:100%}.toolbar{align-items:flex-start;gap:10px;flex-direction:column}.jobs-grid{display:block}.map-card{display:none}.job-card{grid-template-columns:48px 1fr auto}.company-logo{width:48px;height:48px}.detail-card{padding:18px}.detail-head{align-items:center}.detail-title{font-size:24px}.dashboard-shell{display:block}.sidebar{display:none}.dash-main{padding:18px 14px 86px}.stats{grid-template-columns:1fr 1fr}.job-mini-grid{grid-template-columns:1fr 1fr}.app-row{grid-template-columns:1fr auto}.app-row>*:nth-child(2),.app-row>*:nth-child(3),.app-row>*:nth-child(4){display:none}.mobile-bottom{position:fixed;display:flex;left:0;right:0;bottom:0;height:68px;background:#fff;border-top:1px solid var(--line);z-index:60;justify-content:space-around;align-items:center}.mobile-bottom a{font-size:11px;font-weight:700;color:#657386}.mobile-bottom a.active{color:var(--navy)}.detail-layout{margin-top:12px}}

/* v2 — reference-design fidelity pass */
:root{
  --navy:#0b2442;
  --navy2:#071b33;
  --yellow:#ffc400;
  --ink:#132136;
  --muted:#69778b;
  --line:#e6ebf1;
  --bg:#f7f9fb;
  --shadow:0 3px 14px rgba(18,33,54,.045);
  --r:10px;
}
body{font-size:14px;background:#f7f9fb}
.container{max-width:1536px;padding-left:28px;padding-right:28px}
.topbar{height:72px;box-shadow:0 1px 0 rgba(12,36,66,.02)}
.topbar .container{gap:42px}
.logo{width:178px;height:auto}
.main-nav{gap:42px;font-size:13px;font-weight:700}
.main-nav a{padding:26px 0 22px}
.top-actions{gap:9px}
.btn{height:38px;padding:0 16px;border-radius:7px;font-size:12px;font-weight:750;box-shadow:none}
.icon-btn{width:38px;height:38px;border-radius:8px}
.crumb{padding-top:17px;padding-bottom:4px;font-size:11px}
.page-title{font-size:28px;letter-spacing:-.02em;margin:4px 0 5px}
.subtext{font-size:12px}
.search-row{grid-template-columns:1.35fr .72fr 142px;gap:10px;max-width:700px}
.input,.select{height:41px;border-radius:7px;font-size:12px}
.jobs-layout{grid-template-columns:225px minmax(0,1fr);gap:18px;margin-top:17px}
.filter-card{padding:15px;border-radius:9px;box-shadow:none}
.filter-section{padding-bottom:15px;margin-bottom:15px}
.filter-title{font-size:12px;margin-bottom:9px}
.check-row{font-size:11px;margin:8px 0;gap:8px}
.toolbar{margin-bottom:11px}
.tabs{gap:7px}
.pill{padding:7px 14px;border-radius:7px;font-size:11px}
.jobs-grid{grid-template-columns:minmax(420px,.93fr) minmax(430px,1.07fr);gap:10px}
.job-list{gap:9px}
.job-card{padding:13px;grid-template-columns:47px 1fr 36px;gap:12px;border-radius:8px;box-shadow:none;min-height:105px}
.job-card.featured:before{left:12px;top:-7px;font-size:7px;padding:3px 7px;border-radius:3px}
.company-logo{width:47px;height:47px;font-size:11px;border-color:#eadca2}
.job-name{font-size:14px;margin-bottom:2px}
.company{font-size:11px}
.meta{gap:8px;font-size:9px;margin-top:6px}
.tag-row{gap:6px;margin-top:7px}
.tag{padding:4px 7px;border-radius:5px;font-size:9px}
.map-card{min-height:522px;border-radius:8px;box-shadow:none}
.marker{width:34px;height:34px;font-size:11px}
.map-button{top:13px;right:13px}
.detail-layout{grid-template-columns:minmax(0,1fr) 318px;gap:16px;margin-top:15px}
.detail-card{padding:19px;border-radius:9px;box-shadow:none}
.detail-head{gap:13px}
.detail-logo{width:58px;height:58px}
.detail-title{font-size:24px;letter-spacing:-.02em}
.rating{font-size:10px;margin-top:5px}
.detail-tags{gap:8px;margin:17px 0}
.detail-section{padding:16px 0}
.detail-section h3{font-size:14px;margin-bottom:8px}
.detail-section p,.detail-section li{font-size:12px;line-height:1.65}
.side-card{padding:16px;margin-bottom:10px;border-radius:9px;box-shadow:none}
.side-card h3{font-size:14px}
.company-stat{font-size:10px;margin:7px 0}
.dashboard-shell{max-width:1536px;margin:0 auto;grid-template-columns:210px minmax(0,1fr);min-height:calc(100vh - 72px);background:#fff;border-left:1px solid #edf1f5;border-right:1px solid #edf1f5}
.sidebar{padding:20px 14px;background:linear-gradient(180deg,#0c294b 0%,#071c35 100%)}
.side-nav{gap:5px}
.side-link{min-height:38px;padding:9px 12px;border-radius:6px;font-size:11px;font-weight:700}
.dash-main{padding:22px 22px 42px;background:#fff}
.dash-title{font-size:20px;margin-bottom:14px;letter-spacing:-.02em}
.profile-grid{gap:10px}
.profile-card{padding:15px;gap:13px;min-height:110px;border-radius:8px;box-shadow:none}
.avatar{width:54px;height:54px;font-size:15px}
.profile-name{font-size:14px}
.progress-wrap{padding:16px;border-radius:8px;box-shadow:none}
.progress-head{font-size:11px}
.progress{height:6px;margin:11px 0}
.stats{gap:9px;margin:10px 0 18px}
.stat{padding:13px 10px;border-radius:8px;box-shadow:none;min-height:78px}
.stat strong{font-size:21px;margin-bottom:3px}
.stat span{font-size:10px;font-weight:650}
.section-head{margin:10px 0}
.section-head h3{font-size:14px}
.job-mini-grid{gap:9px}
.job-mini{padding:13px;border-radius:8px;box-shadow:none;min-height:124px}
.job-mini h4{font-size:13px}
.job-mini p{font-size:10px}
.employer-head{grid-template-columns:minmax(0,1fr) 190px;gap:10px}
.company-profile{padding:14px;gap:12px;border-radius:8px;box-shadow:none;min-height:104px}
.quick-actions{padding:11px;gap:8px;border-radius:8px;box-shadow:none}
.app-table{border-radius:8px;box-shadow:none}
.app-row{grid-template-columns:1.6fr .5fr .85fr .44fr .52fr;padding:11px 13px;gap:9px;font-size:10px;min-height:58px}
.candidate{gap:8px}
.candidate .avatar{width:32px;height:32px;font-size:9px}
.status{font-size:8px;padding:4px 6px;border-radius:4px}
.table-head{font-size:9px;min-height:38px}
@media(min-width:1600px){.container,.dashboard-shell{max-width:1600px}.jobs-grid{grid-template-columns:minmax(460px,.92fr) minmax(500px,1.08fr)}}
@media(max-width:1100px){.dashboard-shell{grid-template-columns:190px 1fr}.dash-main{padding:20px}.jobs-grid{grid-template-columns:1fr}.map-card{min-height:340px}}
@media(max-width:760px){
  body{background:#fff}.container{padding-left:14px;padding-right:14px}.topbar{height:64px}.logo{width:152px}.page-title{font-size:23px}
  .jobs-layout{margin-top:14px}.job-card{min-height:100px;padding:12px}.job-name{font-size:14px}.detail-layout{margin-top:12px}.detail-card{padding:16px}.detail-title{font-size:22px}
  .dashboard-shell{display:block;border:0}.dash-main{padding:16px 14px 82px}.profile-card,.progress-wrap{min-height:auto}.stats{gap:8px}.stat{min-height:72px}.job-mini-grid{gap:8px}.job-mini{min-height:115px}
  .mobile-bottom{height:64px}.mobile-bottom a{font-size:10px}
}

/* v3 — tighter reference alignment, no new functionality */
@media(min-width:1180px){
  .topbar .container{max-width:1536px;padding-left:22px;padding-right:22px}
  .container{max-width:1536px;padding-left:22px;padding-right:22px}
  .topbar{height:70px}
  .logo{width:166px}
  .main-nav{gap:38px;font-size:12px}
  .main-nav a{padding:25px 0 21px}
  .top-actions .btn{height:36px;padding:0 14px}
  .top-actions .icon-btn{width:36px;height:36px}

  .crumb{padding-top:14px}
  .page-title{font-size:27px}
  .search-row{margin-left:225px;margin-top:-38px;max-width:690px;grid-template-columns:1.35fr .74fr 140px}
  .jobs-layout{grid-template-columns:208px minmax(0,1fr);gap:16px;margin-top:21px}
  .filter-card{padding:13px 12px}
  .filter-section{padding-bottom:13px;margin-bottom:13px}
  .jobs-grid{grid-template-columns:minmax(390px,.88fr) minmax(470px,1.12fr);gap:9px}
  .job-card{grid-template-columns:44px minmax(0,1fr) 32px;gap:10px;padding:11px 12px;min-height:96px}
  .company-logo{width:44px;height:44px}
  .job-name{font-size:13px}
  .map-card{min-height:510px}
  .toolbar{min-height:34px}
  .pill{padding:6px 13px}
  .select{height:34px;min-width:112px}

  .detail-layout{grid-template-columns:minmax(0,1fr) 300px;gap:14px}
  .detail-card{padding:17px 18px}
  .detail-logo{width:54px;height:54px}
  .detail-title{font-size:22px}
  .side-card{padding:14px}

  .dashboard-shell{grid-template-columns:196px minmax(0,1fr);min-height:calc(100vh - 70px)}
  .sidebar{padding:18px 12px}
  .side-link{min-height:36px;padding:8px 11px}
  .dash-main{padding:18px 18px 36px}
  .dash-title{font-size:18px;margin-bottom:12px}
  .profile-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:8px}
  .profile-card,.progress-wrap{min-height:100px;padding:13px}
  .avatar{width:50px;height:50px}
  .stats{gap:8px;margin:9px 0 15px}
  .stat{min-height:70px;padding:10px 8px}
  .stat strong{font-size:19px}
  .job-mini-grid{gap:8px}
  .job-mini{padding:11px;min-height:112px}
  .employer-head{grid-template-columns:minmax(0,1fr) 180px;gap:8px}
  .company-profile{min-height:96px;padding:12px}
  .quick-actions{padding:10px}
  .app-row{padding:9px 11px;min-height:53px}
}

/* visual tone refinement */
.card,.filter-card,.job-card{border-color:#e7ebf0}
.topbar{background:rgba(255,255,255,.98)}
.main-nav a{color:#17253a}
.main-nav a.active{border-bottom-width:2px}
.btn-primary{background:#ffc400;border-color:#ffc400;box-shadow:0 2px 0 rgba(176,126,0,.08)}
.btn-primary:hover{background:#ffbf00}
.job-card:hover{border-color:#d9e0e8;background:#fff}
.side-link.active{box-shadow:inset 0 -1px 0 rgba(0,0,0,.08)}
.stat,.job-mini,.profile-card,.progress-wrap,.company-profile,.quick-actions,.app-table{border-color:#e9edf2}
.job-mini h4,.profile-name,.section-head h3,.dash-title{color:#132136}
.subtext{color:#748195}

/* mobile fidelity */
@media(max-width:760px){
  .topbar .container{gap:10px}
  .logo{width:145px}
  .top-actions{margin-left:auto}
  .top-actions .btn-primary{height:36px;padding:0 11px;font-size:10px}
  .crumb{padding-top:12px}
  .search-row{margin:0;max-width:none}
  .jobs-layout{margin-top:12px}
  .job-card{grid-template-columns:42px minmax(0,1fr) 30px;gap:9px;padding:11px 10px}
  .company-logo{width:42px;height:42px}
  .tag-row{flex-wrap:wrap}
  .detail-layout{grid-template-columns:1fr;gap:10px}
  .detail-card{padding:14px}
  .side-card{padding:14px}
  .stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .job-mini-grid{grid-template-columns:1fr 1fr}
  .job-mini{padding:11px;min-height:108px}
  .profile-grid{grid-template-columns:1fr}
  .app-table{overflow-x:auto}
}

@media(max-width:430px){
  .top-actions .btn-primary{font-size:0;width:40px;padding:0}
  .top-actions .btn-primary::after{content:'+';font-size:21px;line-height:1}
  .page-title{font-size:21px}
  .stats{gap:7px}
  .job-mini-grid{grid-template-columns:1fr}
  .mobile-bottom{padding:0 4px}
}

/* v4 — final reference lock: spacing, proportions and responsive fidelity only */
:root{
  --navy:#0a2748;
  --navy2:#071d37;
  --yellow:#ffc400;
  --line:#e5eaf0;
  --bg:#f8fafc;
}

/* Header / logo */
.topbar{height:68px;border-bottom-color:#e9edf2}
.topbar .container{align-items:center}
.logo{width:158px;max-height:38px;object-fit:contain;object-position:left center}
.main-nav{gap:36px;font-size:11.5px}
.main-nav a{padding:24px 0 20px}
.top-actions{gap:8px}
.top-actions .btn{height:35px;padding:0 13px;border-radius:6px}
.top-actions .icon-btn{width:35px;height:35px;border-radius:7px;border-color:transparent}

/* Listings page */
.crumb{padding-top:13px;padding-bottom:3px}
.page-title{font-size:26px;line-height:1.12;margin-top:3px}
.search-row{grid-template-columns:minmax(240px,1.4fr) minmax(150px,.74fr) 138px;gap:9px}
.input,.select{height:38px;border-radius:6px}
.jobs-layout{grid-template-columns:202px minmax(0,1fr);gap:15px;margin-top:19px}
.filter-card{padding:12px 11px;border-radius:7px}
.filter-section{padding-bottom:12px;margin-bottom:12px}
.filter-title{font-size:11.5px;margin-bottom:8px}
.check-row{margin:7px 0;font-size:10.5px}
.filter-card .input{height:34px;padding:0 8px;font-size:9.5px}
.filter-card .btn{height:34px}
.toolbar{margin-bottom:9px;min-height:32px}
.pill{padding:6px 12px;border-radius:6px;font-size:10.5px}
.jobs-grid{grid-template-columns:minmax(380px,.86fr) minmax(500px,1.14fr);gap:8px}
.job-list{gap:8px}
.job-card{min-height:91px;padding:10px 11px;grid-template-columns:42px minmax(0,1fr) 30px;gap:9px;border-radius:7px}
.company-logo{width:42px;height:42px;font-size:10px}
.job-name{font-size:12.5px;line-height:1.2}
.company{font-size:10.5px}
.meta{font-size:8.8px;gap:7px;margin-top:5px}
.tag-row{gap:5px;margin-top:6px}
.tag{font-size:8.5px;padding:3px 6px}
.job-card .icon-btn{width:30px;height:30px;border:0;background:transparent}
.map-card{min-height:496px;border-radius:7px}
.map-button{top:11px;right:11px;height:33px;font-size:10px}
.marker{width:32px;height:32px;font-size:10px}

/* Job detail */
.detail-layout{grid-template-columns:minmax(0,1fr) 286px;gap:12px;margin-top:13px}
.detail-card{padding:15px 16px;border-radius:7px}
.detail-head{gap:11px}
.detail-logo{width:50px;height:50px}
.detail-title{font-size:21px;line-height:1.1}
.rating{font-size:9.5px}
.detail-tags{margin:14px 0;gap:7px}
.detail-section{padding:14px 0}
.detail-section h3{font-size:13px;margin-bottom:7px}
.detail-section p,.detail-section li{font-size:11px;line-height:1.6}
.detail-section ul{padding-left:18px;margin:7px 0}
.detail-layout aside{min-width:0}
.side-card{padding:13px;border-radius:7px;margin-bottom:8px}
.side-card h3{font-size:13px}
.side-card .btn{height:35px;font-size:10px}
.company-stat{font-size:9.5px}
.mini-job{padding:10px 0}

/* Dashboards */
.dashboard-shell{grid-template-columns:192px minmax(0,1fr);min-height:calc(100vh - 68px)}
.sidebar{padding:17px 11px}
.side-nav{gap:4px}
.side-link{min-height:34px;padding:7px 10px;border-radius:5px;font-size:10.5px;gap:9px}
.dash-main{padding:16px 16px 32px}
.dash-title{font-size:17px;margin-bottom:10px}
.profile-grid{grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);gap:7px}
.profile-card,.progress-wrap{min-height:94px;padding:12px;border-radius:7px}
.profile-card{gap:11px}
.avatar{width:47px;height:47px;font-size:13px}
.profile-name{font-size:13px}
.profile-card .btn{height:30px;padding:0 9px;font-size:9px}
.progress-head{font-size:10px}
.progress{height:5px;margin:9px 0}
.stats{gap:7px;margin:8px 0 13px}
.stat{min-height:66px;padding:9px 7px;border-radius:7px}
.stat strong{font-size:18px;margin-bottom:2px}
.stat span{font-size:9.5px}
.section-head{margin:8px 0}
.section-head h3{font-size:13px}
.job-mini-grid{gap:7px}
.job-mini{min-height:105px;padding:10px;border-radius:7px}
.job-mini h4{font-size:12px;margin-bottom:5px}
.job-mini p{font-size:9.5px;margin:3px 0}
.employer-head{grid-template-columns:minmax(0,1fr) 174px;gap:7px}
.company-profile{min-height:91px;padding:11px;border-radius:7px}
.quick-actions{padding:9px;gap:7px;border-radius:7px}
.quick-actions .btn{height:34px;font-size:10px}
.app-table{border-radius:7px}
.app-row{grid-template-columns:1.62fr .48fr .82fr .42fr .55fr;gap:8px;min-height:49px;padding:8px 10px;font-size:9.5px}
.table-head{min-height:34px;font-size:8.5px}
.candidate{gap:7px}
.candidate .avatar{width:29px;height:29px;font-size:8px}
.app-row .btn{height:30px!important;padding:0 9px;font-size:8.5px}
.status{padding:3px 5px;font-size:7.8px}

/* Desktop width tuning */
@media(min-width:1180px) and (max-width:1399px){
  .container,.topbar .container{max-width:1320px;padding-left:18px;padding-right:18px}
  .search-row{margin-left:217px;max-width:650px}
  .jobs-grid{grid-template-columns:minmax(360px,.84fr) minmax(450px,1.16fr)}
  .dashboard-shell{max-width:1320px;grid-template-columns:184px minmax(0,1fr)}
  .sidebar{padding-left:10px;padding-right:10px}
  .dash-main{padding-left:14px;padding-right:14px}
}

@media(min-width:1400px) and (max-width:1599px){
  .container,.topbar .container,.dashboard-shell{max-width:1490px}
  .search-row{margin-left:217px;max-width:680px}
  .jobs-grid{grid-template-columns:minmax(395px,.86fr) minmax(505px,1.14fr)}
}

@media(min-width:1600px){
  .container,.topbar .container,.dashboard-shell{max-width:1560px}
  .topbar .container,.container{padding-left:24px;padding-right:24px}
  .search-row{margin-left:217px;max-width:700px}
  .jobs-layout{grid-template-columns:205px minmax(0,1fr)}
  .jobs-grid{grid-template-columns:minmax(420px,.86fr) minmax(555px,1.14fr)}
  .map-card{min-height:515px}
  .dashboard-shell{grid-template-columns:196px minmax(0,1fr)}
}

@media(min-width:1900px){
  .container,.topbar .container,.dashboard-shell{max-width:1640px}
  .jobs-grid{grid-template-columns:minmax(455px,.87fr) minmax(610px,1.13fr)}
  .map-card{min-height:530px}
  .dash-main{padding-left:20px;padding-right:20px}
}

/* Tablet */
@media(max-width:1179px){
  .search-row{margin-left:0;margin-top:0}
  .jobs-layout{grid-template-columns:210px minmax(0,1fr)}
  .jobs-grid{grid-template-columns:1fr}
  .map-card{min-height:330px}
  .detail-layout{grid-template-columns:minmax(0,1fr) 270px}
}

@media(max-width:980px){
  .jobs-layout{grid-template-columns:1fr}
  .filter-card{display:none}
  .detail-layout{grid-template-columns:1fr}
  .dashboard-shell{grid-template-columns:178px minmax(0,1fr)}
  .job-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* Mobile final lock */
@media(max-width:760px){
  .topbar{height:62px}
  .logo{width:142px;max-height:34px}
  .top-actions .icon-btn{display:none}
  .top-actions .btn-primary{height:34px;border-radius:6px}
  .page-title{font-size:22px}
  .search-row{grid-template-columns:1fr;gap:7px}
  .input,.select{height:39px}
  .jobs-layout{display:block;margin-top:11px}
  .toolbar{gap:8px}
  .tabs{width:100%;overflow-x:auto;padding-bottom:2px}
  .pill{white-space:nowrap}
  .job-list{gap:7px}
  .job-card{grid-template-columns:40px minmax(0,1fr) 28px;min-height:88px;padding:9px;gap:8px}
  .company-logo{width:40px;height:40px}
  .job-name{font-size:12px}
  .map-card{display:none}
  .detail-card,.side-card{border-radius:7px}
  .detail-title{font-size:20px}
  .detail-tags{flex-wrap:wrap}
  .dashboard-shell{display:block}
  .dash-main{padding:14px 12px 78px}
  .profile-grid{grid-template-columns:1fr}
  .stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .job-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .employer-head{grid-template-columns:1fr}
  .app-row{grid-template-columns:minmax(0,1fr) auto;min-height:48px;padding:8px}
  .app-row>*:nth-child(2),.app-row>*:nth-child(3),.app-row>*:nth-child(4){display:none}
  .mobile-bottom{height:62px}
}

@media(max-width:430px){
  .logo{width:134px}
  .container{padding-left:12px;padding-right:12px}
  .job-mini-grid{grid-template-columns:1fr}
  .stats{gap:6px}
  .stat{min-height:64px}
  .dash-title{font-size:16px}
}
