
:root{
  --gold:#e0ad1a;--gold2:#f3c64e;--gold-dark:#a96e00;--black:#121212;--ink:#20252d;
  --muted:#6b7280;--cream:#fff8e7;--white:#fff;--light:#f6f7f8;--line:#e5e7eb;
  --green:#168a4a;--red:#c43b3b;--shadow:0 16px 40px rgba(0,0,0,.08);--radius:24px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);line-height:1.65;background:#fff}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,92%);margin:auto}
.skip{position:absolute;left:-9999px}.skip:focus{left:16px;top:16px;background:#fff;padding:10px 14px;z-index:1000}
.topbar{background:var(--black);color:#fff;text-align:center;padding:9px 14px;font-size:14px}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:14px 0}
.brand img{width:270px;max-width:50vw}.main-nav{display:flex;align-items:center;gap:22px;font-weight:800;font-size:14px}
.main-nav a:hover,.footer a:hover{color:var(--gold-dark)}.nav-cta,.btn{background:var(--gold);color:#111;padding:12px 18px;border-radius:999px;font-weight:900;border:0;cursor:pointer;display:inline-block}
.btn:hover,.nav-cta:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(0,0,0,.12)}.btn-dark{background:#111;color:#fff}.menu-btn{display:none;background:none;border:1px solid var(--line);padding:9px 12px;border-radius:12px;font-size:20px}
.hero{padding:86px 0;background:linear-gradient(90deg,rgba(12,12,12,.92),rgba(12,12,12,.54)),url('https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=1800&q=82') center/cover;color:#fff}
.hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:40px;align-items:center}.eyebrow{display:inline-block;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);padding:8px 13px;border-radius:999px;color:#ffecaa;font-weight:800}
.hero h1{font-size:clamp(42px,6vw,70px);line-height:1.02;letter-spacing:-2px;margin:18px 0}.hero p{font-size:20px;color:#eef0f3;max-width:720px}
.search-panel{display:grid;grid-template-columns:1fr 210px 140px;gap:10px;background:#fff;padding:15px;border-radius:20px;margin-top:28px;box-shadow:var(--shadow)}
input,select,textarea{width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:12px;font:inherit;background:#fff}textarea{min-height:150px;resize:vertical}
.hero-card{background:rgba(255,255,255,.96);color:#111;border-radius:28px;padding:24px;box-shadow:var(--shadow)}.hero-card img{height:230px;width:100%;object-fit:cover;border-radius:18px;margin-bottom:16px}
section{padding:70px 0}.section-head{text-align:center;max-width:760px;margin:0 auto 34px}.section-head h2,.page-hero h1{font-size:clamp(32px,4vw,46px);line-height:1.1;letter-spacing:-1px;margin:0 0 12px}.section-head p,.lead{color:var(--muted);font-size:17px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.card{border:1px solid var(--line);border-radius:var(--radius);padding:25px;background:#fff;box-shadow:0 8px 25px rgba(0,0,0,.045)}.card h3{margin-top:0}.icon{width:46px;height:46px;border-radius:13px;background:var(--cream);display:grid;place-items:center;font-size:22px;margin-bottom:16px}
.chips{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.chip{padding:9px 13px;background:#fff;border:1px solid var(--line);border-radius:999px;font-weight:800;font-size:14px}.chip:hover{background:var(--cream);border-color:#f2d37d}
.page-hero{padding:58px 0;background:linear-gradient(180deg,#fff9ea,#fff);border-bottom:1px solid var(--line)}.breadcrumbs{font-size:14px;color:var(--muted);margin-bottom:10px}
.content{max-width:820px;margin:auto}.content h2{margin-top:34px;font-size:26px}.content h3{margin-top:28px}.content ul{padding-left:22px}
.notice{padding:16px 18px;border:1px solid #f1d77d;background:var(--cream);border-radius:16px;margin:18px 0}
.jobs-wrap{overflow:auto;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow)}table{border-collapse:collapse;width:100%;min-width:900px}th{background:#151515;color:#fff;text-align:left;padding:15px;font-size:13px}td{padding:15px;border-bottom:1px solid var(--line);vertical-align:top}tbody tr:hover{background:#fffaf0}
.pill{display:inline-block;background:var(--cream);color:#704b00;padding:6px 9px;border-radius:999px;font-size:12px;font-weight:900}.apply{color:var(--green);font-weight:900}.status{padding:13px 15px;border-radius:14px;background:#eef6ff;color:#1e5a99;border:1px solid #cfe2f5;margin-bottom:14px}.status.ok{background:#eefaf2;color:#146b3b;border-color:#c7ecd4}.status.err{background:#fff2f2;color:#a33333;border-color:#f1cccc}
.newsletter{background:linear-gradient(135deg,#121212,#2d3137);color:#fff;border-radius:32px;padding:42px;display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:center}.newsletter-box{background:#fff;color:#111;border-radius:22px;padding:22px}.newsletter p{color:#e8eaed}.newsletter-msg{margin-top:10px;font-size:14px}.newsletter-msg.good{color:#087a3f}.newsletter-msg.bad{color:#b62626}
.post-card{overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff}.post-card img{height:210px;width:100%;object-fit:cover}.post-card .body{padding:22px}.post-card .meta{font-size:13px;color:var(--gold-dark);font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.cta-band{background:var(--cream);border:1px solid #f0d27a;border-radius:24px;padding:26px;display:flex;justify-content:space-between;gap:20px;align-items:center}
.footer{background:#121212;color:#fff;padding:54px 0 25px;margin-top:50px}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:32px}.footer-logo{width:250px;max-width:100%;margin-bottom:14px}.footer h4{color:#f3c64e;margin-top:0}.footer ul{padding:0;margin:0;list-style:none}.footer li{margin:8px 0;color:#d5d8dd}.footer p{color:#d5d8dd}.copyright{border-top:1px solid rgba(255,255,255,.13);margin-top:32px;padding-top:18px;color:#c9ccd1;font-size:13px;text-align:center}.copyright a{color:#f3c64e;font-weight:800}
.form-card{max-width:760px;margin:auto;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:var(--shadow)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.hp-field{position:absolute;left:-10000px;height:1px;width:1px;overflow:hidden}
.kicker{color:var(--gold-dark);font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:13px}.muted{color:var(--muted)}.center{text-align:center}
@media(max-width:930px){.main-nav{display:none;position:absolute;left:4%;right:4%;top:74px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.menu-btn{display:block}.nav-cta{display:none}.hero-grid,.newsletter,.grid-4,.grid-3,.grid-2,.footer-grid{grid-template-columns:1fr}.search-panel{grid-template-columns:1fr}.brand img{width:230px;max-width:68vw}}
@media(max-width:560px){section{padding:52px 0}.hero{padding:64px 0}.hero h1{font-size:43px}.form-row{grid-template-columns:1fr}.newsletter{padding:28px}.cta-band{align-items:flex-start;flex-direction:column}}

/* Blog article system */
.article-hero{padding:54px 0 0;background:linear-gradient(180deg,#fff9ea,#fff)}.article-wrap{max-width:940px}.article-hero h1{font-size:clamp(38px,5vw,58px);line-height:1.06;letter-spacing:-1.6px;margin:10px 0 14px}.article-deck{font-size:20px;color:var(--muted);max-width:800px}.article-byline{font-size:14px;color:var(--muted);margin:18px 0 28px}.article-featured{width:100%;height:min(520px,52vw);min-height:280px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}.article-section{padding-top:48px}.article-content{max-width:820px;font-size:18px;line-height:1.82}.article-content p{margin:0 0 22px}.article-content h2{font-size:30px;line-height:1.2;margin:44px 0 16px}.article-note{margin-top:38px;padding:18px 20px;border-radius:16px;background:var(--cream);border:1px solid #f1d77d}.article-tags{margin-top:28px;padding-top:20px;border-top:1px solid var(--line);font-size:14px;color:var(--muted)}.article-tags a,.read-more{color:var(--gold-dark);font-weight:900}.post-card h3 a:hover,.read-more:hover{text-decoration:underline}@media(max-width:560px){.article-content{font-size:17px}.article-content h2{font-size:26px}.article-featured{height:260px}}


/* Blog archive enhancements */
.blog-chips{justify-content:flex-start;margin-top:22px}.blog-month{padding:46px 0}.blog-month:nth-of-type(even){background:#fbfbfb}.month-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:20px}.month-head h2{margin:0;font-size:30px}.month-head span{color:var(--muted);font-size:14px}.related-reading{margin-top:38px;padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff}.related-reading h2{margin-top:0;font-size:24px}.related-reading ul{margin-bottom:0}.related-reading a{color:var(--gold-dark);font-weight:800}
@media(max-width:560px){.month-head{align-items:flex-start;flex-direction:column;gap:4px}.blog-chips{justify-content:center}}


/* Career Goldmine colorful refresh + multi-source job engine */
:root{--coral:#ef806f;--peach:#ffd8c5;--sage:#b9d6b3;--sky:#b9dcec;--lav:#d8c8eb;--sun:#f5ca55;--ink:#171719}
.site-header{box-shadow:0 4px 18px rgba(35,28,22,.06)}
.nav-wrap{min-height:72px}.brand img{width:210px}.main-nav{gap:22px}.main-nav a{font-size:14px}
.hero{padding:58px 0 62px;background:linear-gradient(90deg,rgba(18,15,18,.92),rgba(27,21,24,.58)),url('https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=1800&q=82') center/cover}
.hero-grid{grid-template-columns:1.18fr .82fr;gap:30px}.hero h1{font-size:clamp(40px,5.1vw,60px);max-width:760px}.hero p{font-size:18px}
.hero-card{position:relative;overflow:hidden;background:linear-gradient(145deg,#fff5d9 0%,#ffd8c5 42%,#d8c8eb 100%);border:1px solid rgba(255,255,255,.75);padding:20px}
.hero-card:before{content:"";position:absolute;width:170px;height:170px;border-radius:50%;right:-55px;top:-65px;background:rgba(255,255,255,.38)}
.hero-card img{height:185px}.hero-card h3{font-size:26px;margin:8px 0}.hero-card .muted{color:#40363a}.hero-mini-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.hero-mini-pills span{background:rgba(255,255,255,.7);border:1px solid rgba(0,0,0,.07);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:850}
.search-panel{box-shadow:0 16px 34px rgba(0,0,0,.18)}
.color-section{background:linear-gradient(135deg,#fff8ee,#fff 52%,#f5effc)}
.goal-card{border:0;position:relative;overflow:hidden}.goal-card:nth-child(1){background:#fff0e8}.goal-card:nth-child(2){background:#edf7eb}.goal-card:nth-child(3){background:#edf7fc}.goal-card:nth-child(4){background:#f5effb}.goal-card .icon{background:rgba(255,255,255,.8)}
.fresh-jobs-section{background:#fffaf3}.fresh-jobs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.home-job-card{background:#fff;border:1px solid #eadfd3;border-radius:18px;padding:18px;box-shadow:0 8px 25px rgba(39,31,24,.055)}.home-job-card h3{font-size:18px;line-height:1.25;margin:10px 0 5px}.home-job-card a{display:inline-block;margin-top:12px;color:#9a6812;font-weight:900}.home-job-loc{font-size:13px;color:var(--muted);margin-top:7px}
.source-badge{display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:900;letter-spacing:.02em}.source-adzuna{background:#e8f4ff;color:#275d87}.source-remotive{background:#eee9ff;color:#5c3b9a}.source-usajobs{background:#e7f4eb;color:#28693c}.source-careerjet{background:#fff0d8;color:#895a12}
.page-hero{position:relative;overflow:hidden;padding:54px 0;background:linear-gradient(135deg,#fff6e5,#fff 56%,#f5eefc);border-bottom:1px solid #eadfd0}
.page-hero:after{content:"";position:absolute;width:240px;height:240px;border-radius:50%;right:5%;top:-130px;background:rgba(245,202,85,.2);pointer-events:none}
.page-hero-wfh{background:linear-gradient(135deg,#edf8ee,#fff 55%,#eaf6fb)}.page-hero-career{background:linear-gradient(135deg,#eef7fd,#fff 55%,#f3eefc)}.page-hero-side{background:linear-gradient(135deg,#fff0e8,#fff 58%,#fff7dd)}.page-hero-resources{background:linear-gradient(135deg,#f4effb,#fff 58%,#edf7fb)}.page-hero-about{background:linear-gradient(135deg,#fff7df,#fff 55%,#edf7ed)}.page-hero-blog{background:linear-gradient(135deg,#fff0e8,#fff 48%,#edf7fb)}
.jobs-hero{background:linear-gradient(135deg,#fff2df,#fff 50%,#ebf6fb)}.jobs-search-wrap{margin-top:-28px;position:relative;z-index:3}
.job-search-panel{background:#fff;border:1px solid #eadfd3;border-radius:24px;padding:20px;box-shadow:0 14px 40px rgba(39,31,24,.09)}.job-search-fields{display:grid;grid-template-columns:1.5fr 1fr .7fr;gap:12px}.job-search-fields label{font-size:12px;font-weight:900}.job-search-fields input,.job-search-fields select{width:100%;box-sizing:border-box;margin-top:6px;border:1px solid #d9d7d3;border-radius:12px;padding:12px 13px;background:#fff}.job-search-actions{display:flex;gap:10px;margin-top:14px}
.jobs-status{padding:12px 15px;border-radius:13px;background:#f5f5f5;margin:20px 0 10px}.jobs-status.ok{background:#edf7ef}.jobs-status.err{background:#fff0ed}.source-health-wrap{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0 20px}.source-health{font-size:12px;font-weight:850;border-radius:999px;padding:6px 10px}.source-health.on{background:#edf7ef;color:#28693c}.source-health.off{background:#f5f1ef;color:#8a7066}
.jobs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.job-card{background:#fff;border:1px solid #e7dfd6;border-radius:20px;padding:20px;box-shadow:0 8px 25px rgba(37,31,27,.05);display:flex;flex-direction:column}.job-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.job-date{font-size:12px;color:var(--muted)}.job-card h3{font-size:21px;line-height:1.22;margin:13px 0 4px}.job-company{font-weight:850;color:#463d37}.job-meta{display:flex;gap:12px;flex-wrap:wrap;margin:13px 0 4px;color:#5e5752;font-size:13px}.job-salary{font-weight:900;color:#6f5914;margin-top:6px}.job-card p{color:#666;line-height:1.55;font-size:14px;flex:1}.job-apply{align-self:flex-start;margin-top:9px}.load-more-wrap{text-align:center;margin-top:24px}.loading-card,.empty-state{grid-column:1/-1;padding:28px;border:1px dashed #d7cdc2;border-radius:18px;text-align:center;background:#fffaf4;color:#665e58}.feed-note{font-size:13px;color:var(--muted);margin-top:14px}.setup-note{background:#fff5ce;border:1px solid #edd37c;border-radius:14px;padding:13px 15px;margin:13px 0;font-size:13px}
@media(max-width:930px){.fresh-jobs-grid,.jobs-grid{grid-template-columns:1fr 1fr}.job-search-fields{grid-template-columns:1fr}.hero{padding:48px 0}.hero-card img{height:210px}}
@media(max-width:650px){.fresh-jobs-grid,.jobs-grid{grid-template-columns:1fr}.hero h1{font-size:42px}.hero-card{padding:17px}.hero-card img{height:175px}.nav-wrap{min-height:66px}.brand img{width:190px}.page-hero{padding:45px 0}.job-search-actions{flex-direction:column}.job-search-actions .btn{width:100%;text-align:center}}
