@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Instrument+Serif:ital@0;1&display=swap");
:root {
  --ink: #11110e;
  --muted: #625f56;
  --paper: #fffef9;
  --yellow: #f3ff28;
  --yellow-soft: #f8ff79;
  --pink: #ffb5cf;
  --lilac: #dcb8ff;
  --mint: #bff5d5;
  --line: rgba(17, 17, 14, 0.17);
  --shadow: 0 24px 70px rgba(38, 34, 20, 0.15);
}
* {
  box-sizing: border-box;
}
html {
  min-height: 100%;
  background: #eeeae2;
}
body {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: linear-gradient(
    180deg,
    rgba(241, 239, 233, 0.94),
    rgba(245, 242, 232, 0.88)
  );
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
}
.aurora {
  position: absolute;
  z-index: -2;
  inset: 0 0 auto;
  height: 760px;
  overflow: hidden;
  background: #cfcdc8;
}
.aurora:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(4px);
}
.glow {
  position: absolute;
  border-radius: 46% 54% 62% 38%;
  filter: blur(48px);
  opacity: 0.95;
}
.glow-one {
  width: 1000px;
  height: 690px;
  top: -110px;
  left: 29%;
  background: var(--yellow);
  transform: rotate(-8deg);
}
.glow-two {
  width: 700px;
  height: 520px;
  top: 210px;
  left: 12%;
  background: linear-gradient(135deg, var(--pink), var(--lilac));
  transform: rotate(17deg);
}
.glow-three {
  width: 760px;
  height: 560px;
  top: 60px;
  right: -190px;
  background: linear-gradient(145deg, var(--pink), var(--yellow));
  transform: rotate(-24deg);
}
.nav {
  position: relative;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(24px, calc((100vw - 1120px) / 2));
  background: transparent;
}
.auth-controls { display: flex; align-items: center; gap: 10px; }
.auth-button {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid var(--ink);
  border-radius: 99px;
  background: rgba(255, 254, 249, 0.8);
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.auth-button:hover { background: var(--ink); color: white; }
.google-login img { display: block; width: 28px; height: 28px; flex: 0 0 28px; object-fit: contain; clip-path: inset(2px); }
.auth-button.google-login { gap: 8px; padding: 5px 12px 5px 6px; background: rgba(255,255,255,.88); color: var(--ink); }
.auth-button.google-login:hover { background: white; color: var(--ink); box-shadow: 0 5px 16px rgba(17,17,14,.12); }
.auth-user { max-width: 220px; overflow: hidden; font-size: 12px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.signout-button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 40px;
  padding: 0 7px 0 16px;
  border: 1px solid var(--ink);
  border-radius: 99px;
  background: rgba(255,255,255,.94);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 5px 16px rgba(17,17,14,.12);
  transition: transform .18s, box-shadow .18s, background .18s;
}
.signout-button i {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: var(--ink);
  color: white;
  font-style: normal;
  font-size: 14px;
}
.signout-button:hover { background: white; transform: translateY(-1px); box-shadow: 0 8px 20px rgba(17,17,14,.16); }
.brand {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--ink);
  text-decoration: none;
  font:
    400 25px "Instrument Serif",
    Georgia,
    serif;
}
.brand span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 7px 7px 7px 2px;
  background: var(--ink);
  color: var(--yellow);
  font:
    400 22px "Instrument Serif",
    serif;
}
.privacy {
  padding: 9px 14px;
  border: 1px solid rgba(17, 17, 14, 0.12);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}
.privacy i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 50%;
  background: #00a868;
  box-shadow: 0 0 0 3px rgba(0, 168, 104, 0.12);
}
main {
  max-width: 1120px;
  margin: auto;
  padding: 72px 24px 110px;
}
.hero {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 52px;
}
.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 25px;
  padding: 7px 12px;
  border: 1px solid rgba(17, 17, 14, 0.18);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 600;
}
.trust-pill span {
  font-size: 13px;
}
.kicker {
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.19em;
}
.hero h1 {
  margin: 0;
  font:
    400 clamp(56px, 7vw, 88px)/0.92 "Instrument Serif",
    Georgia,
    serif;
  letter-spacing: -0.045em;
}
.hero h1 em {
  font-weight: 400;
}
.hero h1 em:after {
  content: "";
  display: block;
  width: 74%;
  height: 12px;
  margin: -4px auto 0;
  border-radius: 50%;
  background: var(--yellow);
  filter: blur(1px);
  opacity: 0.88;
  transform: rotate(-1deg);
  position: relative;
  z-index: -1;
}
.hero > p:not(.kicker) {
  max-width: 660px;
  margin: 28px auto 0;
  color: #34322d;
  font-size: 16px;
  line-height: 1.55;
}
.hero-notes {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 600;
}
.workbench {
  max-width: 900px;
  margin: auto;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 14px 16px;
}
.step {
  display: flex;
  gap: 11px;
  align-items: center;
  padding: 13px 10px;
  color: rgba(17, 17, 14, 0.43);
  border-bottom: 2px solid rgba(17, 17, 14, 0.18);
}
.step.active,
.step.done {
  color: var(--ink);
  border-color: var(--ink);
}
.step.done {
  color: #006d46;
}
.step b {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 12px;
}
.step span {
  display: flex;
  flex-direction: column;
}
.step strong {
  font-size: 13px;
}
.step small {
  margin-top: 1px;
  font-size: 10px;
}
.panel {
  padding: 34px;
  background: rgba(255, 254, 249, 0.92);
  border: 1px solid rgba(17, 17, 14, 0.15);
  border-radius: 18px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}
.select-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
label {
  font:
    400 19px "Instrument Serif",
    Georgia,
    serif;
}
select {
  min-width: 250px;
  padding: 12px 38px 12px 13px;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-family: "DM Sans", sans-serif;
}
.dropzone {
  min-height: 228px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1.5px dashed rgba(17, 17, 14, 0.28);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.58);
  cursor: pointer;
  transition: 0.2s;
}
.dropzone:hover,
.dropzone.drag {
  border-color: var(--ink);
  background: rgba(243, 255, 40, 0.23);
  transform: translateY(-2px);
}
.dropzone > strong {
  font:
    400 25px "Instrument Serif",
    Georgia,
    serif;
}
.dropzone small,
.subtle {
  color: var(--muted);
}
.upload-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(17, 17, 14, 0.12);
  border-radius: 50%;
  background: var(--yellow);
  font-size: 24px;
}
.file-card {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(17, 17, 14, 0.13);
  border-radius: 8px;
  background: #efffe9;
  font-size: 13px;
}
.button {
  padding: 13px 18px;
  border: 1px solid var(--ink);
  border-radius: 7px;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.18s;
}
.primary {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 20px 0 0 auto;
  background: var(--ink);
  color: white;
}
.primary:hover {
  background: var(--yellow);
  color: var(--ink);
  transform: translateY(-2px);
  box-shadow: 4px 4px 0 var(--ink);
}
.primary:disabled {
  opacity: 0.35;
  transform: none;
  box-shadow: none;
  cursor: not-allowed;
}
.secondary {
  background: transparent;
  color: var(--ink);
}
.secondary:hover {
  background: rgba(17, 17, 14, 0.06);
}
.hidden {
  display: none !important;
}
.notice {
  margin: 16px 0;
  padding: 12px 15px;
  border: 1px solid currentColor;
  border-radius: 8px;
  font-size: 13px;
}
.error {
  color: #8c241e;
  background: #ffe9e5;
}
.warning {
  color: #6e5311;
  background: #fff7c9;
}
.panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.panel h2 {
  margin: 0;
  font:
    400 40px "Instrument Serif",
    Georgia,
    serif;
}
.ai-badge {
  padding: 8px 12px;
  border: 1px solid var(--ink);
  border-radius: 99px;
  background: var(--yellow);
  font-size: 11px;
  font-weight: 700;
}
.mapping-head,
.mapping-row {
  display: grid;
  grid-template-columns: 1fr 1fr 120px;
  align-items: center;
  gap: 18px;
}
.mapping-head {
  padding: 20px 14px 8px;
  color: #716e66;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
}
.mapping-row {
  min-height: 68px;
  padding: 10px 14px;
  border-top: 1px solid rgba(17, 17, 14, 0.11);
}
.source {
  font:
    13px ui-monospace,
    Consolas,
    monospace;
}
.mapping-row select {
  width: 100%;
  min-width: 0;
}
.confidence {
  font-size: 12px;
  font-weight: 700;
}
.high {
  color: #00734a;
}
.medium {
  color: #9c661b;
}
.low {
  color: #9a3d35;
}
.confidence.suggested {
  color: #625f56;
  font-weight: 600;
}
.actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.actions .primary {
  margin: 0;
}
.early-access-disclaimer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 14px 0;
  padding: 12px 14px;
  border: 1px solid rgba(17, 17, 14, 0.2);
  border-radius: 10px;
  background: rgba(255, 254, 249, 0.76);
  color: rgba(17, 17, 14, 0.72);
  font-size: 11px;
  line-height: 1.45;
  backdrop-filter: blur(12px);
}
.early-access-disclaimer > span {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 800;
}
.early-access-disclaimer p {
  margin: 0;
}
.early-access-disclaimer strong {
  color: var(--ink);
}
.result {
  text-align: center;
}
.success {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 18px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
  font-size: 24px;
}
.table-wrap {
  overflow: auto;
  margin-top: 22px;
  border: 1px solid var(--line);
  border-radius: 10px;
  text-align: left;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
th,
td {
  padding: 11px 13px;
  border-bottom: 1px solid rgba(17, 17, 14, 0.1);
  white-space: nowrap;
}
th {
  background: var(--yellow-soft);
  font-size: 9px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.center {
  justify-content: center;
  gap: 12px;
}
footer {
  text-align: center;
  padding: 28px;
  border-top: 1px solid rgba(17, 17, 14, 0.12);
  background: #e9e6df;
  color: #77736b;
  font-size: 11px;
}
footer .footer-links {
  display: inline-flex;
  gap: 16px;
  margin-left: 20px;
}
footer a {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}
footer a:hover {
  color: var(--ink);
  text-decoration: underline;
}
.legal-page {
  min-height: 100vh;
  background: #f5f1e7;
}
.legal-aurora {
  position: fixed;
  inset: 0;
  width: 100%;
  min-height: 100vh;
  opacity: 0.72;
}
.legal-main {
  position: relative;
  width: min(900px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0 100px;
}
.legal-card {
  padding: clamp(28px, 6vw, 72px);
  border: 1px solid rgba(17, 17, 14, 0.16);
  border-radius: 24px;
  background: rgba(255, 254, 249, 0.94);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}
.legal-card h1 {
  max-width: 680px;
  margin: 6px 0 8px;
  font: 400 clamp(48px, 8vw, 80px)/0.95 "Instrument Serif", Georgia, serif;
  letter-spacing: -0.04em;
}
.legal-updated {
  margin: 0 0 48px;
  color: var(--muted);
  font-size: 12px;
}
.legal-card section {
  padding: 24px 0;
  border-top: 1px solid rgba(17, 17, 14, 0.12);
}
.legal-card h2 {
  margin: 0 0 10px;
  font: 400 28px "Instrument Serif", Georgia, serif;
}
.legal-card section p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
.legal-card section a {
  color: var(--ink);
  font-weight: 600;
  text-decoration-color: var(--yellow);
  text-decoration-thickness: 3px;
  text-underline-offset: 3px;
}
@media (max-width: 700px) {
  .aurora {
    height: 670px;
  }
  .privacy {
    display: none;
  }
  .nav {
    padding: 0 18px;
  }
  main {
    padding: 48px 13px 80px;
  }
  .hero h1 {
    font-size: 52px;
  }
  .hero h1 em:after {
    height: 7px;
  }
  .hero-notes {
    gap: 10px;
    flex-wrap: wrap;
  }
  .panel {
    padding: 20px;
  }
  .step small {
    display: none;
  }
  .select-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .select-row select {
    width: 100%;
  }
  .mapping-head {
    display: none;
  }
  .mapping-row {
    grid-template-columns: 1fr;
  }
  .confidence {
    margin-top: -9px;
  }
  .panel-title {
    align-items: flex-start;
    flex-direction: column;
  }
  footer .footer-links {
    display: flex;
    justify-content: center;
    margin: 10px 0 0;
  }
  .legal-main {
    padding: 36px 0 70px;
  }
  .legal-card {
    border-radius: 18px;
  }
  .actions {
    flex-wrap: nowrap;
    gap: 10px;
  }
  .actions .button {
    min-width: 0;
    padding: 11px 12px;
    font-size: 11px;
    white-space: nowrap;
  }
  .actions .primary {
    flex: 1 1 auto;
    justify-content: center;
    gap: 8px;
  }
  .actions .secondary {
    flex: 0 0 auto;
  }
  .early-access-disclaimer {
    align-items: flex-start;
    margin: 10px 0;
    padding: 10px 11px;
    font-size: 10px;
  }
}
@media (max-width: 380px) {
  .panel {
    padding: 16px;
  }
  .actions {
    gap: 6px;
  }
  .actions .button {
    padding: 10px 8px;
    font-size: 10px;
  }
}


/* unify.ai brand mark */
.brand {
  gap: 12px;
  font-size: inherit;
}
.brand .brand-mark {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 3px;
  width: 38px;
  height: 38px;
  padding: 7px;
  border: 2px solid var(--ink);
  border-radius: 11px;
  background: rgba(255, 254, 249, 0.88);
  box-shadow: 3px 3px 0 var(--ink);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.brand:hover .brand-mark {
  transform: translate(-1px, -1px) rotate(-3deg);
  box-shadow: 5px 5px 0 var(--ink);
}
.brand .brand-mark i {
  display: block;
  width: 6px;
  border-radius: 3px 3px 1px 1px;
}
.brand .brand-mark i:nth-child(1) {
  height: 17px;
  background: var(--yellow);
}
.brand .brand-mark i:nth-child(2) {
  height: 12px;
  background: #ff72aa;
}
.brand .brand-mark i:nth-child(3) {
  height: 22px;
  background: #8952ff;
}
.brand .wordmark {
  display: inline;
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font:
    400 29px "Instrument Serif",
    Georgia,
    serif;
  letter-spacing: -0.02em;
}
.brand .wordmark span {
  display: inline;
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
}

/* Simplified final wordmark and spacing */
main {
  padding-top: 42px;
}
.hero {
  margin-bottom: 44px;
}
.brand .brand-mark {
  display: block;
  width: 31px;
  height: 31px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
}
.brand:hover .brand-mark {
  transform: rotate(8deg);
  box-shadow: none;
}
.brand .wordmark {
  font:
    600 22px "DM Sans",
    Arial,
    sans-serif;
  letter-spacing: -0.055em;
}
.brand .wordmark span {
  font:
    500 22px "DM Sans",
    Arial,
    sans-serif;
  color: rgba(17, 17, 14, 0.62);
}
@media (max-width: 700px) {
  main {
    padding-top: 30px;
  }
}

.upload-heading {
  margin-bottom: 22px;
}
.upload-heading h2 {
  font-size: 32px;
}
.upload-heading p {
  margin: 6px 0 0;
}
.dual-upload {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.dual-upload .dropzone {
  position: relative;
  min-height: 240px;
  padding: 28px 18px;
  text-align: center;
}
.file-number {
  position: absolute;
  top: 14px;
  left: 15px;
  font:
    700 10px "DM Sans",
    sans-serif;
  letter-spacing: 0.12em;
  color: rgba(17, 17, 14, 0.45);
}
.chosen-file {
  display: block;
  max-width: 90%;
  margin-top: 10px;
  padding: 6px 10px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(17, 17, 14, 0.06);
  font:
    600 11px "DM Sans",
    sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropzone.has-file {
  border-style: solid;
  border-color: var(--ink);
  background: rgba(243, 255, 40, 0.22);
}
.dropzone.has-file .chosen-file {
  background: var(--ink);
  color: white;
}
.notice.info {
  color: #38362f;
  background: rgba(220, 184, 255, 0.2);
  border-color: rgba(17, 17, 14, 0.14);
}

/* Public landing page */
.landing-aurora { height: 720px; }
.landing-main { max-width: 1180px; padding-top: 56px; }
.landing-hero { min-height: 560px; margin-bottom: 80px; }
.landing-primary {
  display: inline-flex; align-items: center; gap: 12px; margin-top: 30px;
  padding: 7px 17px 7px 7px; border: 1px solid #747775; border-radius: 12px;
  background: white; color: #1f1f1f; font-size: 13px; font-weight: 700;
  text-decoration: none; transition: 0.18s;
}
.landing-primary:hover { background: white; color: var(--ink); box-shadow: 0 8px 20px rgba(17,17,14,.14); transform: translateY(-2px); }
.landing-primary.disabled, .signup-button.disabled { pointer-events: none; opacity: 0.45; }
.how-section {
  padding: 76px 60px; border: 1px solid rgba(17,17,14,.14); border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,254,249,.96), rgba(250,247,237,.94)); box-shadow: 0 22px 60px rgba(38,34,20,.1);
}
.section-intro { max-width: 680px; margin-bottom: 45px; }
.section-intro h2, .signup-section h2 { margin: 0; font: 400 clamp(42px,5vw,66px)/.98 "Instrument Serif",Georgia,serif; letter-spacing: -.03em; }
.section-intro > p:last-child { max-width: 600px; margin: 18px 0 0; color: var(--muted); line-height: 1.6; }
.how-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.how-card { position: relative; min-height: 300px; padding: 24px; border: 1px solid rgba(17,17,14,.13); border-radius: 16px; background: rgba(255,255,255,.62); box-shadow: inset 0 1px 0 rgba(255,255,255,.8); transition: transform .2s, box-shadow .2s; }
.how-card:hover { transform: translateY(-4px); box-shadow: 0 15px 35px rgba(38,34,20,.08); }
.how-card.featured { background: linear-gradient(145deg, rgba(243,255,40,.32), rgba(255,181,207,.27) 58%, rgba(220,184,255,.3)); }
.how-number { color: rgba(17,17,14,.46); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.how-icon { display: grid; place-items: center; width: 52px; height: 52px; margin: 55px 0 24px; border: 1px solid rgba(17,17,14,.7); border-radius: 50%; background: rgba(255,254,249,.82); font: 28px "Instrument Serif",serif; }
.how-card h3 { margin: 0; font: 400 28px "Instrument Serif",Georgia,serif; }
.how-card p { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.signup-section {
  position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center;
  min-height: 420px; margin-top: 28px; padding: 70px 64px; overflow: hidden;
  border: 1px solid rgba(17,17,14,.15); border-radius: 24px; background: linear-gradient(125deg, #f4ff4f 0%, #f8f4c8 47%, #ffd2df 100%); color: var(--ink); box-shadow: 0 22px 60px rgba(38,34,20,.12);
}
.signup-section > div:not(.signup-orb) { position: relative; z-index: 1; max-width: 680px; }
.signup-section .kicker { color: var(--ink); }
.signup-section h2 em { position: relative; z-index: 0; display: inline-block; color: var(--ink); font-weight: 400; }
.signup-section h2 em::after { content: ""; position: absolute; z-index: -1; left: 0; bottom: 1px; width: 100%; height: 8px; border-radius: 50%; background: rgba(255,114,170,.72); filter: blur(.5px); transform: rotate(-.5deg); }
.signup-section p:last-child { max-width: 550px; color: rgba(17,17,14,.64); line-height: 1.6; }
.signup-orb { position: absolute; width: 410px; height: 410px; right: -135px; border-radius: 50%; background: radial-gradient(circle,rgba(220,184,255,.85),rgba(255,181,207,.3) 48%,transparent 70%); filter: blur(12px); opacity: .8; }
.signup-button { position: relative; z-index: 2; display: inline-flex; align-items: center; justify-content: flex-start; gap: 12px; min-width: 235px; padding: 8px 18px 8px 8px; border: 1px solid #747775; border-radius: 12px; background: rgba(255,255,255,.94); color: #1f1f1f; font-size: 14px; font-weight: 700; text-decoration: none; box-shadow: 0 10px 28px rgba(17,17,14,.12); transition: transform .18s, box-shadow .18s, background .18s; }
.signup-button:hover { background: white; transform: translateY(-2px); box-shadow: 0 14px 32px rgba(17,17,14,.17); }
.signup-button > span { white-space: nowrap; }
.signup-button i { margin-left: auto; color: var(--ink); font-style: normal; font-size: 17px; font-weight: 500; line-height: 1; transition: transform .18s; }
.signup-button:hover i { transform: translateX(3px); }
.workspace-mark { display: grid; place-items: center; width: 30px; height: 30px; flex: 0 0 30px; border-radius: 50%; background: white; color: var(--ink); font-weight: 800; }
.workspace-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #f5f1e7;
}
.workspace-main {
  flex: 1 0 auto;
  width: 100%;
  padding-top: 58px;
  padding-bottom: 100px;
}
.workspace-page .aurora {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background:
    radial-gradient(circle at 51% 4%, rgba(243,255,40,.95) 0 12%, rgba(243,255,40,.48) 30%, transparent 52%),
    radial-gradient(circle at 7% 58%, rgba(255,181,207,.78) 0 17%, transparent 47%),
    radial-gradient(circle at 88% 34%, rgba(255,210,139,.78) 0 18%, transparent 48%),
    radial-gradient(circle at 34% 86%, rgba(220,184,255,.55) 0 16%, transparent 45%),
    #f5f1e7;
}
.workspace-page .aurora::after {
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(10px);
}
.workspace-page .glow-one { top: -260px; left: 30%; opacity: .75; }
.workspace-page .glow-two { top: 45%; left: -12%; opacity: .45; }
.workspace-page .glow-three { top: 8%; right: -22%; opacity: .5; }
.workspace-page footer {
  flex-shrink: 0;
  margin-top: auto;
  background: rgba(255,254,249,.68);
  backdrop-filter: blur(14px);
}
@media (max-width: 760px) {
  .landing-main { padding-top: 35px; }
  .landing-hero { min-height: 520px; margin-bottom: 45px; }
  .how-section { padding: 42px 20px; }
  .how-grid { grid-template-columns: 1fr; }
  .how-card { min-height: 245px; }
  .how-icon { margin-top: 35px; }
  .signup-section { grid-template-columns: 1fr; gap: 30px; padding: 48px 24px; }
  .signup-orb { right: -260px; }
  .auth-user { display: none; }
}
@media (max-width: 700px) {
  .dual-upload {
    grid-template-columns: 1fr;
  }
  .dual-upload .dropzone {
    min-height: 205px;
  }
}
