@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");

:root {
  --text: #000000;
  --text-h: #000000;
  --bg: #ffffff;
  --bg-soft: #111827;
  --card: rgba(15, 23, 42, 0.78);
  --border: rgba(148, 163, 184, 0.22);

  --bee: #facc15;
  --bee-dark: #ca8a04;
  --bee-soft: rgba(250, 204, 21, 0.14);
  --bee-border: rgba(250, 204, 21, 0.36);

  --success: #22c55e;
  --warning: #f97316;
  --danger: #ef4444;

  --shadow: rgba(0, 0, 0, 0.35) 0 20px 60px, rgba(250, 204, 21, 0.08) 0 0 80px;

  --sans:
    "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  --heading: "Inter", system-ui, sans-serif;
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;

  font: 16px/145% var(--sans);
  letter-spacing: 0.1px;
  color: var(--text);
  background: var(--bg);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
}

#root {
  width: 100%;
  min-height: 100svh;
}

p,
span {
  opacity: 0.8;
}

h1,
h2,
h3 {
  font-family: var(--heading);
  color: var(--text-h);
  margin-top: 0;
}

h1 {
  font-size: clamp(48px, 8vw, 92px);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -0.06em;
  color: var(--bee);
  margin: 0 0 18px;
}

h2 {
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.035em;
  color: var(--bee);
}

h3 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
}

p {
  margin: 0;
}

a {
  color: var(--bee);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

button,
textarea,
input {
  font: inherit;
}

button {
  border: 0;
  border-radius: 999px;
  background: var(--bee);
  color: #0f172a;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 0.18s ease,
    opacity 0.18s ease,
    box-shadow 0.18s ease;
}

button:not(:disabled):hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(250, 204, 21, 0.28);
}

button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

textarea,
input {
  border: 1px solid var(--border);
  background: #faf9ee;
  color: var(--text-h);
  outline: none;
}

textarea::placeholder,
input::placeholder {
  color: #64748b;
}

textarea:focus,
input:focus {
  border-color: var(--bee);
  box-shadow: 0 0 0 3px rgba(250, 204, 21, 0.12);
}

code,
.counter {
  font-family: var(--mono);
  display: inline-flex;
  border-radius: 6px;
  color: var(--bee);
  background: rgba(250, 204, 21, 0.1);
}

code {
  font-size: 14px;
  line-height: 135%;
  padding: 4px 8px;
}

::selection {
  background: rgba(250, 204, 21, 0.35);
  color: var(--text-h);
}

@media (max-width: 1024px) {
  :root {
    font-size: 15px;
  }
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  color: #000000;
}

.app {
  width: min(1200px, 92%);
  margin: 0 auto;
  padding: 56px 0;
  position: relative;
  min-height: 100svh;
}
.app .links {
  right: 24px;
  top: 85px;
  display: flex;
  position: absolute;
}
.app .links .jobsListButton {
  margin-left: auto;
  cursor: pointer;
}
.app .links .jobsListButton .jobsList {
  width: 46px;
  height: 46px;
}
.app .links .jobsListButton .jobsList path {
  fill: black;
}
.app .links .jobsListButton .jobsList:hover path {
  fill: #facc15;
}
.app .links .jobsListButton .jobsList:hover {
  transform: translateY(-1px);
}
.app .analyzeSection {
  display: flex;
  flex-direction: column;
}
.app .honeycombBg {
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.01;
  background: center url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(40,40,40)' viewBox='0 0 100 169.5'%3E%3Cpolygon points='50,34.75 93.5,59.75 93.5,109.75 50,134.75 6.5,109.75 6.5,59.75'%3E%3C/polygon%3E%3Cpolygon points='0,-50 43.5,-25 43.5,25 0,50 -43.5,25 -43.5,-25'%3E%3C/polygon%3E%3Cpolygon points='100,-50 143.5,-25 143.5,25 100,50 56.5,25 56.5,-25'%3E%3C/polygon%3E%3Cpolygon points='0,119.5 43.5,144.5 43.5,194.5 0,219.5 -43.5,194.5 -43.5,144.5'%3E%3C/polygon%3E%3Cpolygon points='100,119.5 143.5,144.5 143.5,194.5 100,219.5 56.5,194.5 56.5,144.5'%3E%3C/polygon%3E%3C/svg%3E");
  background-size: 32px;
}
.app .hero {
  text-align: center;
  margin-bottom: 40px;
}
.app .hero .badge {
  display: inline-block;
  background: rgba(244, 197, 66, 0.14);
  border: 1px solid rgba(244, 197, 66, 0.35);
  color: #facc15;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  margin-bottom: 16px;
}
.app .hero .header {
  font-size: clamp(48px, 8vw, 92px);
  color: #facc15;
}
.app .hero .header .bee-header {
  display: inline-block;
  animation: beeFloat 2.4s ease-in-out infinite;
}
.app .hero .tagline {
  font-size: 24px;
  font-weight: 700;
  margin: 18px 0 18px;
}
.app .hero .subtitle {
  max-width: 680px;
  margin: 0 auto;
  color: #000000;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.9;
}
.app .inputGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.app .inputGrid .panel {
  border: 1px solid rgba(148, 163, 184, 0.22);
  padding: 22px;
  display: flex;
  flex-direction: column;
  position: relative;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 24px;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
}
.app .inputGrid .panel textarea {
  width: 100%;
  min-height: 320px;
  background: rgba(192, 192, 192, 0.2);
  color: #000000;
  padding: 16px;
  border: 1px solid rgba(231, 231, 231, 0.25);
  margin-top: auto;
  border-radius: 24px;
}
.app .inputGrid .panel textarea:focus {
  border-color: #facc15;
  outline: none;
}
.app .actionRow {
  display: flex;
  justify-content: center;
  margin: 28px 0;
}
.app .actionRow .analyzeButton {
  min-width: 170px;
  min-height: 50px;
  border-radius: 999px;
  background: #facc15;
  color: #0f172a;
  padding: 14px 28px;
  font-weight: 800;
  cursor: pointer;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: min-width 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
.app .actionRow .analyzeButton:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(250, 204, 21, 0.25);
}
.app .actionRow .analyzeButton.isLoading {
  min-width: 230px;
}
.app .actionRow .analyzeButton:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
.app .actionRow .analyzeButton .spinner {
  width: 18px;
  height: 18px;
  border: 3px solid rgba(15, 23, 42, 0.25);
  border-top-color: #0f172a;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.app .results {
  margin-top: 32px;
  animation: resultIn 0.45s ease both;
}
.app .results .likedCard {
  background: rgba(210, 190, 4, 0.4117647059) !important;
  background-color: #d2be04;
}
.app .results .scoreCard {
  display: flex;
  gap: 24px;
  padding: 24px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 24px;
  margin-bottom: 24px;
  background: rgba(230, 230, 229, 0.76);
}
.app .results .scoreCard.scoreHigh {
  border-color: rgba(63, 197, 112, 0.45);
  border-width: 2px;
}
.app .results .scoreCard.scoreHigh .score,
.app .results .scoreCard.scoreHigh .statusPill {
  background: #249a4f;
  color: white;
}
.app .results .scoreCard.scoreMedium {
  border-color: rgba(250, 204, 21, 0.55);
}
.app .results .scoreCard.scoreMedium .score,
.app .results .scoreCard.scoreMedium .statusPill {
  background: #facc15;
  color: white;
}
.app .results .scoreCard.scoreLow {
  border-color: rgba(239, 68, 68, 0.45);
}
.app .results .scoreCard.scoreLow h2 {
  color: #ef4444;
}
.app .results .scoreCard.scoreLow .score,
.app .results .scoreCard.scoreLow .statusPill {
  background: #ef4444;
  color: #fff;
}
.app .results .scoreCard .score {
  width: 110px;
  height: 110px;
  border-radius: 28px;
  display: grid;
  place-items: center;
  font-size: 34px;
  font-weight: 900;
  flex: 0 0 auto;
}
.app .results .scoreCard .statusPill {
  display: inline-flex;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
}
.app .results .summary {
  color: #000000;
  line-height: 1.7;
}
.app .results .resultGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 24px 0;
}
.app .results .resultGrid .resultCard {
  background: rgba(230, 230, 229, 0.76);
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 24px;
  padding: 22px;
  animation: resultIn 0.45s ease both;
}
.app .results .resultGrid .resultCard:nth-child(2) {
  animation-delay: 0.06s;
}
.app .results .resultGrid .resultCard:nth-child(3) {
  animation-delay: 0.12s;
}
.app .results .resultGrid .resultCard:nth-child(4) {
  animation-delay: 0.18s;
}
.app .results .resultGrid .resultCard li {
  margin-bottom: 10px;
  color: #000000;
}
.app .results .messageBox {
  background: rgba(230, 230, 229, 0.76);
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 24px;
  padding: 22px;
  margin-bottom: 22px;
}
.app .results .messageBox .messageHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
.app .results .messageBox .messageHeader h3 {
  margin: 0;
}
.app .results .messageBox .messageHeader .copyButton {
  border-radius: 999px;
  background: rgba(250, 204, 21, 0.12);
  border: 1px solid rgba(250, 204, 21, 0.35);
  color: #facc15;
  padding: 8px 14px;
  font-weight: 800;
  cursor: pointer;
}
.app .results .messageBox .messageHeader .copyButton:hover {
  background: rgba(250, 204, 21, 0.18);
}
.app .results .messageBox p {
  line-height: 1.7;
  color: #000000;
}

@media (max-width: 800px) {
  .app {
    width: min(100% - 32px, 1200px);
    padding: 32px 0;
  }
  .app .links {
    top: 49px;
  }
  .app .links .jobsList {
    width: 36px !important;
    height: 36px !important;
  }
  .app .hero {
    margin-bottom: 28px;
  }
  .app .hero .header {
    font-size: clamp(42px, 15vw, 64px);
  }
  .app .hero .tagline {
    font-size: 20px;
  }
  .app .hero .subtitle {
    font-size: 14px;
  }
  .app .inputGrid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .app .inputGrid .panel {
    padding: 18px;
  }
  .app .inputGrid .panel textarea {
    min-height: 240px;
    font-size: 15px;
  }
  .app .actionRow button {
    width: 100%;
    padding: 16px 24px;
  }
  .app .results .scoreCard {
    flex-direction: column;
    align-items: flex-start;
  }
  .app .results .scoreCard .score {
    width: 90px;
    height: 90px;
    font-size: 28px;
  }
  .app .results .resultGrid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.uploadBox {
  display: block;
  margin-bottom: 14px;
  padding: 14px 16px;
  border: 1px dashed rgba(148, 163, 184, 0.22);
  border-radius: 16px;
  color: #000000;
  cursor: pointer;
  text-align: center;
  transition: 0.2s ease;
}
.uploadBox:hover {
  border-color: #facc15;
  color: #facc15;
}
.uploadBox input {
  display: none;
}

@media (max-width: 480px) {
  .app {
    width: min(100% - 20px, 1200px);
    padding: 24px 24px;
  }
  .app .links {
    top: 24px;
  }
  .app .jobsList {
    width: 24px;
    height: 24px;
  }
  .app .hero .badge {
    font-size: 12px;
  }
  .app .hero .header {
    font-size: 40px;
  }
  .app .hero .subtitle {
    font-size: 12px;
  }
  .app .hero .tagline {
    font-size: 18px;
  }
  .app .inputGrid .panel,
  .app .results .scoreCard,
  .app .results .resultGrid .resultCard,
  .app .results .messageBox {
    border-radius: 18px;
    padding: 16px;
  }
}
@keyframes honeyMove {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-80px, -140px, 0);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes resultIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes beeFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.liftCard {
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}
.liftCard:hover {
  cursor: url("/assets/hero-CLDdwZDr.png") 16 16, pointer;
  transform: translateY(-4px);
  border-color: rgba(250, 204, 21, 0.65);
  box-shadow: 0 18px 50px rgba(250, 204, 21, 0.12);
}

.demoBanner {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 20;
  width: min(100% - 32px, 760px);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 12px 16px;
  border: 1px solid rgba(250, 204, 21, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.14);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  color: #000000;
  font-size: 13px;
}
.demoBanner button {
  border: none;
  border-radius: 999px;
  background: #facc15;
  color: #0f172a;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
}
.demoBanner button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(250, 204, 21, 0.22);
}
.demoBanner .demoBannerClose {
  width: 28px;
  height: 28px;
  padding: 0;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: none;
  color: #000000;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  right: 12px;
}
.demoBanner .demoBannerClose:hover {
  box-shadow: none;
}

.modalBackdrop {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(15, 23, 42, 0.38);
}

.demoModal {
  position: relative;
  width: min(100%, 440px);
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.24);
}
.demoModal h2 {
  margin: 0 32px 12px 0;
}
.demoModal p {
  margin: 0;
  color: #000000;
  line-height: 1.6;
}

.modalClose {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: none;
  color: #000000;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.modalClose:hover {
  background: none;
  color: #facc15;
  box-shadow: none !important;
}

.modalActions {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}
.modalActions a,
.modalActions button {
  flex: 1;
  border-radius: 999px;
  padding: 11px 14px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.modalActions a {
  background: #facc15;
  color: #0f172a;
}
.modalActions button {
  border: 1px solid rgba(250, 204, 21, 0.35);
  background: rgba(250, 204, 21, 0.12);
  color: #facc15;
}

@media (max-width: 640px) {
  .demoBanner {
    flex-direction: column;
    align-items: stretch;
    border-radius: 20px;
    text-align: center;
  }
  .demoBanner button {
    width: 100%;
  }
  .demoBanner .demoBannerClose {
    position: absolute;
    top: -36px;
    right: 8px;
    width: 28px;
    padding: 0;
    background: #facc15;
  }
  .modalActions {
    flex-direction: column;
  }
}.jobsPage {
  width: min(1200px, 92%);
  margin: 0 auto;
  inset: 0;
  z-index: 50;
}
.jobsPage .jobDetails {
  margin: 0 0 20px;
  padding: 20px;
  background: #dedcd5;
  border: 1px solid rgba(212, 209, 201, 0.35);
  border-radius: 12px;
}
.jobsPage .sadBee {
  animation: beeFloat 4s ease-in-out infinite;
}
.jobsPage .noJobResults {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.jobsPage .bee-wing {
  transform-box: fill-box;
  transform-origin: center;
  animation: wingFlap 0.4s ease-in-out infinite alternate;
}
.jobsPage .left-wing {
  animation-name: leftWingFlap;
}
.jobsPage .right-wing {
  animation-name: rightWingFlap;
}
.jobsPage .bee-eye-white {
  transform-box: fill-box;
  transform-origin: center;
  animation: beeBlink 3.5s infinite;
}
.jobsPage .jobSection {
  display: flex;
  gap: 24px;
  width: 100%;
}
.jobsPage .jobSection .settings {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  gap: 12px;
}
.jobsPage .jobSection .settings .delete {
  width: 36px;
  height: 36px;
}
.jobsPage .jobSection .settings .delete path {
  fill: black;
}
.jobsPage .jobSection .settings .like {
  width: 36px;
  height: 66px;
}
.jobsPage .jobSection .settings .like path {
  fill: black;
}
.jobsPage .jobSection .settings .likedIcon {
  color: #e85d75;
  fill: currentColor;
}
.jobsPage .jobSection .settings .likedIcon path {
  fill: #e85d75;
}
.jobsPage .jobSection .settings .delete:hover path {
  fill: #facc15;
}
.jobsPage .jobSection .settings .delete:hover {
  transform: translateY(-1px);
}
.jobsPage .jobSection .settings .like:hover path {
  fill: #facc15;
}
.jobsPage .jobSection .settings .like:hover {
  transform: translateY(-1px);
}
.jobsPage .jobOffer h2 {
  color: #111827;
}
.jobsPage .jobOffer .p {
  margin-top: 8px;
  margin-bottom: 8px;
}
.jobsPage .cardExtension {
  display: flex;
  flex-direction: column;
}
.jobsPage .jobsListContent .jobsHeader {
  top: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}
.jobsPage .jobsListContent .jobsHeader h1 {
  font-size: 66px;
}
.jobsPage .jobsListContent .backArrow {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #111827;
  color: white;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.jobsPage .jobsListContent .backArrow:hover {
  background: #facc15;
  color: #111827;
  transform: none !important;
  box-shadow: none !important;
}
.jobsPage .modalOverlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(17, 24, 39, 0.35);
  backdrop-filter: blur(6px);
}
.jobsPage .confirmModal {
  background: white;
  padding: 36px;
  border-radius: 16px;
  max-width: 420px;
  width: min(90%, 420px);
}
.jobsPage .confirmModal p {
  margin-bottom: 12px;
  margin-top: 12px;
}
.jobsPage .confirmModal .yesNoButtons {
  display: flex;
  justify-content: end;
  gap: 24px;
}
.jobsPage .confirmModal button {
  padding: 6px;
  background: none;
}
.jobsPage .confirmModal button:hover {
  color: #facc15;
  box-shadow: none;
}

@media (max-width: 800px) {
  .jobsPage .jobOffer h2 {
    font-size: 16px;
  }
  .jobsPage .jobSection .settings .delete,
  .jobsPage .jobSection .settings .like {
    width: 24px;
    height: 24px;
  }
}
@keyframes leftWingFlap {
  from {
    transform: rotate(-8deg) scaleY(1);
    opacity: 0.75;
  }
  to {
    transform: rotate(12deg) scaleY(0.65);
    opacity: 0.45;
  }
}
@keyframes rightWingFlap {
  from {
    transform: rotate(8deg) scaleY(1);
    opacity: 0.75;
  }
  to {
    transform: rotate(-12deg) scaleY(0.65);
    opacity: 0.45;
  }
}
@keyframes beeFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes wingFlap {
  from {
    transform: rotate(-8deg) scaleY(1);
  }
  to {
    transform: rotate(8deg) scaleY(0.75);
  }
}
@keyframes beeBlink {
  0%, 92%, 100% {
    transform: scaleY(1);
  }
  95% {
    transform: scaleY(0.08);
  }
}