@import url("https://fonts.googleapis.com/css?family=Inter:300,regular,500,600,700,800,900&display=swap");* {
	padding: 0rem;
	margin: 0rem;
	border: 0rem;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
*::before,
*::after {
	display: inline-block;
}
html,
body {
	height: 100%;
}

@font-face {
  font-family: "Compressa VF";
  src: url("https://res.cloudinary.com/dr6lvwubh/raw/upload/v1529908256/CompressaPRO-GX.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
}

body {
  background: radial-gradient(75rem 50rem at 50% 45%, rgba(51, 199, 255, 0.18), transparent 60%), radial-gradient(56.25rem 43.75rem at 55% 55%, rgba(0, 120, 255, 0.14), transparent 62%), linear-gradient(180deg, #030615, #040b1f);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: #dff3ff;
  overflow: hidden;
}

body.embed-mode {
  background: transparent;
}

.stage {
  min-height: 100vh;
  display: grid;
  place-items: center;
}

.pressure-wrap {
  display: grid;
  justify-items: center;
  gap: 1rem;
  width: min(82rem, 96vw);
}

.pressure-group {
  position: relative;
  width: min(68.75rem, 92vw);
  height: 18.75rem;
}

.pressure {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.pressure-subtitle {
  position: absolute;
  left: 50%;
  top: calc(50% + 4.8rem);
  transform: translateX(-50%);
  width: min(42rem, 92vw);
  height: 3.1rem;
  margin-top: 0;
}

.pressure-subtitle .pressure-title {
  letter-spacing: 0.015em;
  color: rgba(223, 243, 255, 0.88);
  text-shadow: 0 0 0.9rem rgba(51, 199, 255, 0.24), 0 0 1.65rem rgba(0, 140, 255, 0.2);
}

.pressure-title {
  margin: 0;
  width: 100%;
  text-align: center;
  user-select: none;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 1;
  transform-origin: center top;
  color: #dff3ff;
  text-shadow: 0 0 1.125rem rgba(51, 199, 255, 0.28), 0 0 2.5rem rgba(0, 140, 255, 0.22);
}

.pressure-title.flex {
  display: flex;
  justify-content: space-between;
}

.pressure-title span {
  display: inline-block;
}

.social-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  width: min(84rem, 96vw);
  padding: 0.25rem 0.5rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(223, 243, 255, 0.26);
  background: rgba(5, 14, 28, 0.52);
  color: rgba(223, 243, 255, 0.92);
  text-decoration: none;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.social-link:hover {
  transform: translateY(-2px);
  background: rgba(25, 70, 132, 0.45);
  border-color: rgba(120, 206, 255, 0.62);
  color: #ffffff;
}

.social-link svg,
.social-link img {
  width: 0.95rem;
  height: 0.95rem;
  display: block;
  fill: currentColor;
}

.resume-home-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.62rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(120, 206, 255, 0.62);
  background: rgba(6, 16, 34, 0.66);
  color: #e8f7ff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  line-height: 1;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.resume-home-link:hover {
  transform: translateY(-2px);
  border-color: rgba(170, 228, 255, 0.95);
  background: rgba(25, 72, 137, 0.52);
}

body.embed-mode .pressure-group {
  width: min(72rem, 94vw);
  height: min(20rem, 38vh);
}

body.embed-mode .pressure-title {
  color: rgba(223, 243, 255, 0.85);
  text-shadow: 0 0 1.4rem rgba(120, 206, 255, 0.4), 0 0 3rem rgba(63, 154, 255, 0.2);
}

body.embed-mode .pressure-wrap {
  gap: 0.35rem;
  transform: translateY(-2.5vh);
}

body.embed-mode .pressure-subtitle {
  width: min(42rem, 94vw);
  top: calc(50% + 4.8rem);
  margin-top: 0;
}

body.embed-mode .pressure-subtitle .pressure-title {
  color: rgba(223, 243, 255, 0.92);
  text-shadow: 0 0 1rem rgba(120, 206, 255, 0.3), 0 0 2rem rgba(63, 154, 255, 0.22);
}

body.embed-mode .social-link {
  border-color: rgba(223, 243, 255, 0.3);
  background: rgba(10, 16, 28, 0.58);
}

body.embed-mode .resume-home-link {
  border-color: rgba(170, 228, 255, 0.72);
  background: rgba(10, 18, 36, 0.7);
}

@media (max-width: 900px) {
  .pressure-wrap {
    gap: 0.65rem;
  }

  .pressure-group {
    width: min(95vw, 40rem);
    height: 16rem;
  }

  .pressure-subtitle {
    width: min(95vw, 22rem);
    height: 2.2rem;
    top: calc(50% + 3.5rem);
    margin-top: 0;
  }

  .social-strip {
    gap: 0.45rem;
    width: min(96vw, 38rem);
  }

  .social-link {
    font-size: 0.64rem;
    padding: 0.42rem 0.62rem;
  }

  .social-link span {
    display: none;
  }

  .resume-home-link {
    font-size: 0.64rem;
    padding: 0.5rem 0.9rem;
  }
}
/* Generated by vite-plugin-svg-spritemap */
