:root {
  --bg: #020303;
  --surface: #0c0e12;
  --surface-2: #11141a;
  --text: #f7f7fa;
  --muted: #a4a7b0;
  --line: rgba(255,255,255,.12);
  --purple: #a33cff;
  --pink: #fa3ac9;
  --cyan: #00d9ff;
  --orange: #ff8b2a;
  --shadow: 0 24px 60px rgba(0,0,0,.28);
}

[data-theme="light"] {
  --bg: #f5f6fb;
  --surface: #fff;
  --surface-2: #f0f2f7;
  --text: #12131a;
  --muted: #5f6470;
  --line: rgba(21,25,38,.14);
  --shadow: 0 24px 60px rgba(37,44,67,.12);
}

* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--text); background: var(--bg); font-family: "DM Sans", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.svg-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.site-shell { width: min(1300px, 100%); margin: auto; padding-inline: 65px; }

.site-header { height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-inline: -16px; position: relative; z-index: 3; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 17px; font-weight: 700; letter-spacing: -.6px; white-space: nowrap; }
.brand-logo { width: 31px; height: 31px; flex: none; }
.primary-nav { display: flex; align-items: center; gap: clamp(18px, 2.1vw, 37px); margin-left: auto; }
.primary-nav a { font-size: 14px; font-weight: 600; transition: color .2s; white-space: nowrap; }
.primary-nav a:hover, .section-heading a:hover { color: var(--cyan); }
.header-actions { display: flex; align-items: center; gap: 15px; }
.icon-button { width: 26px; height: 30px; padding: 0; border: 0; background: none; color: var(--text); display: grid; place-items: center; }
.icon-button svg { width: 19px; height: 19px; }
.theme-toggle svg:last-child { display: none; }
[data-theme="light"] .theme-toggle svg:first-child { display: none; }
[data-theme="light"] .theme-toggle svg:last-child { display: block; }
.employer-link { border: 1px solid transparent; border-radius: 7px; background: linear-gradient(var(--bg),var(--bg)) padding-box, linear-gradient(90deg,#2874ff,#ef29d9) border-box; padding: 12px 15px; font-size: 12px; font-weight: 700; white-space: nowrap; display: flex; align-items: center; gap: 12px; }
.employer-link svg { width: 15px; }

.hero { min-height: 607px; position: relative; isolation: isolate; padding-top: 64px; }
.hero::before { content:""; position: absolute; z-index: -2; inset: -112px -9vw -45px 32%; background: radial-gradient(ellipse at 47% 41%, rgba(12,81,255,.38), transparent 34%), radial-gradient(ellipse at 78% 45%, rgba(198,21,238,.28), transparent 39%), linear-gradient(116deg, transparent 15%, rgba(75,25,186,.16) 50%, transparent 72%); }
.hero::after { content:""; position: absolute; z-index: -1; top: 15px; right: 5%; width: 400px; height: 510px; border: 3px solid transparent; border-left-color: #294eff; border-bottom-color: #f525d9; transform: skewX(-31deg) rotate(22deg); box-shadow: 12px 10px 40px rgba(122,24,255,.65); opacity: .76; }
.hero-copy h1 { font: 500 64px/1.08 "Manrope", sans-serif; letter-spacing: -3.6px; margin: 0 0 35px; }
.hero-copy h1 span { background: linear-gradient(100deg,#9e51ff 3%,#ef3fbb 50%,#ff8a24 97%); background-clip: text; -webkit-background-clip: text; color: transparent; }
.hero-copy p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.55; }
.hero-person { position: absolute; z-index: -1; right: 40px; top: 0; height: 570px; width: 550px; mix-blend-mode: screen; opacity: .9; background: radial-gradient(circle at 54% 24%, rgba(255,117,192,.72), transparent 12%), linear-gradient(120deg, transparent 26%, rgba(65,94,255,.46) 44%, transparent 65%), url("https://images.unsplash.com/photo-1524504388940-b1c1722653e1?auto=format&fit=crop&w=900&q=85") 56% 30%/cover no-repeat; -webkit-mask-image: linear-gradient(to bottom,#000 70%,transparent 100%), linear-gradient(to left,#000 78%,transparent 100%); mask-image: linear-gradient(to bottom,#000 70%,transparent 100%), linear-gradient(to left,#000 78%,transparent 100%); }

.search-panel { position: absolute; left: 0; top: 350px; width: 925px; min-height: 150px; display: grid; grid-template-columns: 1.515fr 1.177fr .515fr 1fr; column-gap: 16px; row-gap: 25px; padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: color-mix(in srgb, var(--surface) 92%, transparent); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.search-panel label { min-width: 0; height: 60px; padding: 10px 12px; display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 6px; color: var(--text); }
.search-panel label > svg { flex: none; width: 24px; height: 24px; color: var(--text); }
.search-panel label span { min-width: 0; display: grid; gap: 5px; }
.search-panel small { font-size: 9px; letter-spacing: .25px; font-weight: 700; color: var(--muted); }
.search-panel small em { font-weight: 400; font-style: normal; }
.search-panel input { width: 100%; outline: none; border: 0; background: none; color: var(--text); font-size: 12px; }
.search-panel input::placeholder { color: var(--muted); opacity: .86; }
.radius { justify-content: space-between; }
.radius strong { font-size: 14px; font-weight: 500; }
.radius b { font-size: 18px; font-weight: 400; color: var(--muted); }
.search-panel button { border: 0; border-radius: 6px; color: #fff; background: linear-gradient(100deg,#a74df3,#e44ac1 56%,#ff6c47); font-size: 14px; font-weight: 700; box-shadow: 0 8px 26px rgba(218,58,200,.27); display: flex; justify-content: center; align-items: center; gap: 12px; }
.search-panel button svg { width: 18px; }
.popular { grid-column: 1/-1; margin: 2px 0 -2px; font-size: 11px; color: var(--muted); }
.popular a { margin-left: 14px; color: var(--muted); }
.social-proof { position: absolute; left: 2px; top: 524px; display: flex; align-items: center; gap: 14px; font-size: 12px; line-height: 1.35; }
.social-proof p { margin: 0; }
.avatars { display: flex; }
.avatars i { width: 36px; height: 36px; margin-right: -9px; border: 2px solid var(--bg); border-radius: 50%; background-size: cover; }
.avatars i:nth-child(1) { background-image: url("https://images.unsplash.com/photo-1534528741775-53994a69daeb?auto=format&fit=crop&w=80&q=80"); }
.avatars i:nth-child(2) { background-image: url("https://images.unsplash.com/photo-1500648767791-00dcc994a43e?auto=format&fit=crop&w=80&q=80"); }
.avatars i:nth-child(3) { background-image: url("https://images.unsplash.com/photo-1544005313-94ddf0286df2?auto=format&fit=crop&w=80&q=80"); }
.avatars i:nth-child(4) { background-image: url("https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?auto=format&fit=crop&w=80&q=80"); }
.hero-video { position: absolute; right: 25px; top: 538px; display: grid; grid-template-columns: 40px auto; column-gap: 11px; align-items: center; font-size: 12px; line-height: 1.45; color: #ddd8e5; }
.hero-video span { grid-row: span 2; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid #f03bc0; color: #fff; font-size: 18px; }

.stats { display: grid; grid-template-columns: repeat(4,1fr); margin: 28px 0 64px; padding: 25px 30px; background: linear-gradient(120deg,color-mix(in srgb,var(--surface) 90%,#131825), var(--surface)); border: 1px solid var(--line); border-radius: 12px; }
.stats article { padding: 10px 14px; display: flex; align-items: center; gap: 19px; border-right: 1px solid var(--line); }
.stats article:last-child { border: 0; }
.stat-icon { width: 49px; height: 49px; flex: none; display: grid; place-items: center; border-radius: 14px; background: #0a0a13; color: var(--purple); box-shadow: 0 0 16px rgba(151,35,255,.1); }
.stat-icon svg { width: 28px; height: 28px; }
.stats article:nth-child(3) .stat-icon { color: var(--cyan); }
.stats article:nth-child(4) .stat-icon { color: var(--pink); }
.stats strong, .stats small { display: block; }
.stats strong { font: 700 25px "Manrope"; letter-spacing: -1px; }
.stats small { margin-top: 3px; font-size: 12px; color: var(--muted); }

section { margin-bottom: 65px; }
.section-heading { min-height: 20px; display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.section-heading h2 { margin: 0; text-transform: uppercase; font: 700 12px "Manrope"; letter-spacing: 2.2px; }
.section-heading h2::before { content:""; display: inline-block; height: 16px; width: 3px; vertical-align: -3px; margin-right: 14px; background: linear-gradient(#784eff,#ec39c9); }
.section-heading a { font-size: 12px; font-weight: 600; display: flex; align-items: center; gap: 11px; }
.section-heading a svg { width: 16px; }
.categories { display: grid; grid-template-columns: repeat(8,1fr); gap: 10px; }
.category { min-height: 143px; position: relative; padding: 21px 14px; display: flex; flex-direction: column; align-items: center; gap: 13px; border: 1px solid var(--line); border-radius: 7px; background: linear-gradient(145deg,var(--surface),color-mix(in srgb,var(--surface) 80%,#12152a)); text-align: center; overflow: hidden; }
.category::after { content:""; position: absolute; right: 0; bottom: 0; width: 52%; height: 2px; background: currentColor; opacity: .65; }
.category svg { width: 36px; height: 36px; }
.category span { white-space: pre-line; font-size: 13px; font-weight: 600; line-height: 1.2; }
.category b { position: absolute; right: 13px; bottom: 7px; font-size: 16px; font-weight: 400; }
.cyan { color: var(--cyan); }.purple { color: #bf4eff; }.green { color: #36e7a0; }.orange { color: #ff9e20; }.blue { color: #209cff; }.pink { color: #ed3ac5; }.yellow { color: #ffe424; }
.category span { color: var(--text); }

.articles { display: grid; height: 458px; grid-template-columns: 1.485fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 13px; }
.article-card { position: relative; border: 1px solid var(--line); border-radius: 9px; overflow: hidden; background-color: #10121a; background-position: center; background-size: cover; isolation: isolate; }
.article-card::before { content:""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg,rgba(2,3,7,.96) 0%,rgba(2,3,7,.4) 70%,rgba(2,3,7,.1)); }
.article-card div { position: absolute; bottom: 20px; left: 21px; right: 20px; }
.article-card small { padding: 3px 6px; border: 1px solid rgba(163,88,255,.8); border-radius: 3px; color: #d9b0ff; font-size: 8px; letter-spacing: .8px; }
.article-card h3 { margin: 12px 0 9px; font: 500 19px/1.2 "Manrope"; letter-spacing: -.6px; }
.article-card p { margin: 0 0 13px; color: #d2d3d8; font-size: 11px; line-height: 1.45; }
.article-card span { color: #c5c6cd; font-size: 10px; }
.featured { grid-row: 1/3; background-image: url("https://images.unsplash.com/photo-1519074069444-1ba4fff66d16?auto=format&fit=crop&w=700&q=80"); }
.featured h3 { font-size: 25px; }.featured div { bottom: 28px; }
.apply { background-image: url("https://images.unsplash.com/photo-1544717305-2782549b5136?auto=format&fit=crop&w=600&q=80"); }.salary { background-image: url("https://images.unsplash.com/photo-1604594849809-dfedbc827105?auto=format&fit=crop&w=600&q=80"); }.success { background-image: url("https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=600&q=80"); }.chance { background-image: linear-gradient(135deg,#241246,#12204d),url("https://images.unsplash.com/photo-1511512578047-dfb367046420?auto=format&fit=crop&w=600&q=80"); }
.outline-button { width: 260px; height: 47px; margin: 18px auto 0; border: 1px solid transparent; border-radius: 8px; background: linear-gradient(var(--bg),var(--bg)) padding-box,linear-gradient(90deg,#e337c3,#008cf5) border-box; display: flex; align-items: center; justify-content: center; gap: 23px; font-size: 13px; font-weight: 700; }
.outline-button svg { width: 17px; }

.companies { display: grid; grid-template-columns: repeat(7,1fr); gap: 10px; }
.companies a { height: 92px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); text-align: center; font: 700 22px/1 "Manrope"; }
.companies a:nth-child(2) { color: #f22727; }.companies a:nth-child(3) { color: #00ab99; }.companies a:nth-child(4) { color: #f9e509; background: #0153ab; font-size: 21px; }.companies a:nth-child(5) { color: white; background: #1688cf; }.companies a:nth-child(6) { font-size: 16px; letter-spacing: 2px; }.companies a:last-child { font-size: 14px; }.companies small { font-size: 11px; font-weight: 500; }

.steps { display: grid; grid-template-columns: repeat(5,1fr); gap: 37px; position: relative; }
.steps article { position: relative; }.steps article:not(:last-child)::after { content:""; position: absolute; top: 26px; left: calc(100% + 7px); width: 30px; border-top: 2px dotted currentColor; }
.step-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 17px; }
.step-top span, .step-top svg { width: 53px; height: 53px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; background: var(--surface); }
.step-top span { font: 500 23px "Manrope"; }.step-top svg { padding: 15px; color: var(--text); border-color: var(--line); }
.steps h3 { margin: 0 0 7px; font-size: 14px; }.steps p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.4; }

.story-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.story-grid article { min-height: 212px; display: grid; grid-template-columns: 136px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); }
.story-photo { background-size: cover; background-position: center; }.woman { background-image: url("https://images.unsplash.com/photo-1551836022-d5d88e9218df?auto=format&fit=crop&w=280&q=80"); }.man { background-image: url("https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?auto=format&fit=crop&w=280&q=80"); }.girl { background-image: url("https://images.unsplash.com/photo-1494790108377-be9c29b29330?auto=format&fit=crop&w=280&q=80"); }
blockquote { margin: 0; padding: 23px 16px 15px; font: 500 16px/1.35 "Manrope"; letter-spacing: -.55px; } blockquote footer { margin-top: 19px; font: 600 11px "DM Sans"; } blockquote small { display: block; margin-top: 4px; color: var(--muted); font: 10px/1.25 "DM Sans"; }
.cta { min-height: 209px; margin-bottom: 40px; overflow: hidden; position: relative; border-radius: 8px; background: linear-gradient(102deg,#26104b 0%,#11132d 55%,#1c0e39 100%); }.cta::after { content:""; position: absolute; right: 15%; bottom: -55px; width: 220px; height: 260px; border: 16px solid #f66d68; box-shadow: 0 0 70px #ee3e80; transform: perspective(150px) rotateY(-10deg); }.cta::before { content:""; position: absolute; right: 0; inset-block: 0; width: 47%; background: linear-gradient(110deg,transparent,rgba(250,68,218,.2)),url("https://images.unsplash.com/photo-1549490349-8643362247b5?auto=format&fit=crop&w=600&q=80") center/cover; mix-blend-mode: screen; opacity: .65; }
.inspiration { margin-bottom: 34px; }
.steps-section { margin-bottom: 40px; }
.stories { margin-bottom: 80px; }

[data-theme="light"] .brand-logo {
  padding: 2px;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 7px;
  background: #111827;
  box-shadow: 0 2px 5px rgba(15, 23, 42, .18);
}
[data-theme="light"] .hero-video {
  padding: 7px 10px 7px 7px;
  border: 1px solid rgba(20, 27, 43, .13);
  border-radius: 28px;
  background: rgba(255, 255, 255, .82);
  color: #202534;
  box-shadow: 0 5px 18px rgba(28, 37, 60, .1);
}
[data-theme="light"] .hero-video span { color: #202534; }
[data-theme="light"] .category.cyan { color: #007f9d; }
[data-theme="light"] .category.purple { color: #7732b7; }
[data-theme="light"] .category.green { color: #087c4b; }
[data-theme="light"] .category.orange { color: #b75f00; }
[data-theme="light"] .category.blue { color: #086fb3; }
[data-theme="light"] .category.pink { color: #ad247f; }
[data-theme="light"] .category.yellow { color: #8a6900; }
[data-theme="light"] .article-card h3 { color: #fff; }
[data-theme="light"] .stat-icon {
  border: 1px solid rgba(26, 32, 47, .12);
  box-shadow: 0 4px 12px rgba(26, 32, 47, .12);
}
[data-theme="light"] .companies a:last-child { color: var(--text); }
.cta > div { position: relative; z-index: 1; padding: 39px 60px; }.cta h2 { margin: 0 0 10px; font: 500 32px/1.12 "Manrope"; letter-spacing: -1.4px; }.cta p { margin: 0 0 18px; color: #e0dbe7; font-size: 13px; line-height: 1.5; }.cta a { display: inline-flex; align-items: center; gap: 12px; padding: 13px 17px; border-radius: 6px; color: white; background: linear-gradient(90deg,#934fff,#ec41be); font-size: 12px; font-weight: 700; }.cta a svg { width: 15px; }.cta h2 {color: #fff;}.cta p {color: #e0dbe7;}

@media (max-width: 1080px) {
  .primary-nav { display: none; }.hero-person { right: -70px; opacity: .65; }.search-panel { width: min(100%, 870px); }.categories { grid-template-columns: repeat(4,1fr); }.category { min-height: 120px; }.articles { height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: 280px 220px 220px; }.featured { grid-row: 1/3; }.salary { grid-column: 2; }.steps { gap: 22px; }.story-grid article { grid-template-columns: 105px 1fr; }
}
@media (max-width: 720px) {
  .site-shell { width: 100%; padding-inline: 16px; }.site-header { height: 74px; margin-inline: 0; }.brand { font-size: 14px; }.header-actions { gap: 8px; }.header-actions .icon-button:not(.theme-toggle),.employer-link { display: none; }
  .hero { min-height: 672px; padding-top: 45px; }.hero::after { right: -110px; top: 80px; opacity: .38; }.hero-person { right: -130px; top: 64px; height: 390px; width: 390px; opacity: .38; }.hero-copy h1 { font-size: clamp(42px,12vw,62px); letter-spacing: -2.8px; }.hero-copy p { font-size: 15px; }
  .search-panel { top: 354px; grid-template-columns: 1fr; gap: 8px; padding: 12px; }.search-panel label { height: 55px; }.radius { display: none!important; }.search-panel button { height: 52px; }.popular { display: none; }.social-proof { top: 608px; }.hero-video { display: none; }
  .stats { grid-template-columns: 1fr 1fr; margin: 16px 0 50px; padding: 10px; }.stats article { padding: 13px 7px; border-right: 0; }.stats article:nth-child(1),.stats article:nth-child(2) { border-bottom: 1px solid var(--line); }.stat-icon { width: 40px; height: 40px; }.stat-icon svg { width: 23px; }.stats strong { font-size: 19px; }.stats small { font-size: 10px; }
  section { margin-bottom: 48px; }.section-heading { align-items: flex-start; gap: 18px; }.section-heading h2 { font-size: 10px; line-height: 1.5; }.section-heading a { font-size: 10px; text-align: right; white-space: nowrap; }
  .categories { grid-template-columns: repeat(2,1fr); }.articles { grid-template-columns: 1fr; grid-template-rows: 350px repeat(4,220px); }.featured { grid-row: auto; }.featured h3 { font-size: 22px; }.salary { grid-column: auto; }.companies { grid-template-columns: repeat(2,1fr); }.companies a { height: 70px; font-size: 16px; }.steps { grid-template-columns: 1fr; gap: 18px; }.steps article { display: grid; grid-template-columns: 65px 1fr; column-gap: 13px; }.steps article::after { display: none; }.step-top { grid-row: span 2; }.step-top svg { display: none; }.steps h3 { margin-top: 9px; }.story-grid { grid-template-columns: 1fr; }.story-grid article { grid-template-columns: 115px 1fr; min-height: 170px; }.cta > div { padding: 35px 25px; }.cta h2 { font-size: 28px; }.cta::before { width: 58%; opacity: .35; }
}
