/* Vixxen lander styles.css */

:root {
  color-scheme: dark;
  --bg-top: #050507;
  --bg-mid: #0c0c10;
  --bg-bottom: #13131a;
  --text-main: #f4f4f7;
  --text-muted: #b2b2bf;
  --text-soft: #8e8ea0;
  --line-soft: rgba(255, 255, 255, 0.05);
  --line-mid: rgba(255, 255, 255, 0.09);
  --panel-top: rgba(19, 19, 25, 0.88);
  --panel-bottom: rgba(14, 14, 19, 0.93);
  --panel-alt-top: rgba(22, 22, 28, 0.94);
  --panel-alt-bottom: rgba(17, 17, 23, 0.97);
  --accent-1: #2d2933;
  --accent-2: #57415e;
  --accent-3: #8f5571;
  --accent-text: #d7bfd4;
  --positive: #9acaba;
  --shadow-md: 0 16px 40px rgba(0, 0, 0, 0.24);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-sm: 10px;
  --content-width: 1200px;
  font-size: 14px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.05), transparent 20%),
    radial-gradient(circle at 84% 18%, rgba(175, 82, 222, 0.12), transparent 24%),
    radial-gradient(circle at 72% 82%, rgba(255, 45, 85, 0.08), transparent 22%),
    linear-gradient(180deg, var(--bg-top) 0%, var(--bg-mid) 40%, var(--bg-bottom) 100%);
  color: var(--text-main);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left:5px;
  margin-right:5px;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  cursor: pointer;
  border: 0;
  background: none;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p,
li,
button,
span {
  text-wrap: pretty;
}

.page-shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.ambient-layer {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
}

.ambient-blob {
  position: absolute;
  border-radius: 999px;
  filter: blur(72px);
}

.blob-one {
  left: 8%;
  top: 12%;
  width: 30rem;
  height: 30rem;
  background: rgba(255, 255, 255, 0.04);
  opacity: 0.6;
  animation: blob-drift 18s infinite alternate ease-in-out;
}

.blob-two {
  right: 8%;
  top: 8%;
  width: 28rem;
  height: 28rem;
  background: rgba(175, 82, 222, 0.13);
  opacity: 0.55;
  animation: blob-drift 22s 3s infinite alternate-reverse ease-in-out;
}

.blob-three {
  right: 16%;
  bottom: 6%;
  width: 36rem;
  height: 26rem;
  background: rgba(255, 45, 85, 0.08);
  opacity: 0.5;
  animation: blob-drift 26s 6s infinite alternate ease-in-out;
}

.blob-four {
  left: 30%;
  top: 55%;
  width: 20rem;
  height: 20rem;
  background: rgba(143, 85, 113, 0.1);
  opacity: 0.4;
  animation: blob-drift 20s 2s infinite alternate-reverse ease-in-out;
}

.starfield {
  position: absolute;
  inset: 0;
}

.star {
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  animation: twinkle var(--duration, 6s) infinite ease-in-out alternate;
  animation-delay: var(--delay, 0s);
}

.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 2rem), var(--content-width));
  margin: 0 auto;
  padding: 1.5rem 0 1rem;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 999px;
  font-size: 1.1rem;
  font-weight: 700;
  color: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 0 26px rgba(143, 85, 113, 0.12);
  flex-shrink: 0;
}

.brand-mark.sm {
  width: 2rem;
  height: 2rem;
  font-size: 0.85rem;
}

.brand-name {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-main);
  letter-spacing: -0.01em;
}

.beta-pill {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(143, 85, 113, 0.25);
  background: rgba(143, 85, 113, 0.08);
  color: var(--accent-text);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.beta-pip {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--accent-3);
  box-shadow: 0 0 8px rgba(143, 85, 113, 0.6);
  animation: pip-pulse 2.2s infinite ease-in-out;
}

.eyebrow {
  margin: 0 0 0.45rem;
  color: var(--text-soft);
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.card-surface {
  background: linear-gradient(160deg, var(--panel-top) 0%, var(--panel-bottom) 100%);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-xl);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), var(--shadow-md);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.accent-button {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1.5rem;
  border-radius: 999px;
  color: white;
  font-weight: 500;
  background: linear-gradient(90deg, var(--accent-1) 0%, var(--accent-2) 52%, var(--accent-3) 100%);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.accent-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.34), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.accent-button.w-full {
  width: 100%;
}

.auth-submit {
  margin-top: 0.75rem;
}

.btn-shimmer {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  transform: skewX(-20deg) translateX(-150%);
  background: rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.accent-button:hover .btn-shimmer {
  animation: btn-shimmer 0.52s ease forwards;
}

.beta-disabled {
  justify-content: space-between;
  background: linear-gradient(90deg, rgba(45, 41, 51, 0.56) 0%, rgba(87, 65, 94, 0.58) 52%, rgba(143, 85, 113, 0.62) 100%);
  color: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.beta-disabled:hover {
  transform: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.button-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.26rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-main);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  flex-shrink: 0;
}

.ghost-button {
  display: inline-flex;
  align-items: center;
  padding: 0.9rem 1.3rem;
  border-radius: 999px;
  color: var(--text-main);
  background: linear-gradient(180deg, rgba(33, 33, 40, 0.94), rgba(24, 24, 31, 0.94));
  border: 1px solid var(--line-soft);
  font-weight: 500;
  transition: transform 160ms ease, border-color 160ms ease;
}

.ghost-button:hover {
  transform: translateY(-1px);
  border-color: var(--line-mid);
}

.section-container {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 2rem), var(--content-width));
  margin: 0 auto;
  padding: 3rem 0;
}

.section-heading {
  margin-bottom: 2rem;
}

.section-heading h2 {
  font-size: clamp(1.8rem, 2.5vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0.35rem 0 0.6rem;
}

.section-sub {
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.6;
}

.hero-section {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 2rem), var(--content-width));
  margin: 0 auto;
  padding: 2.5rem 0 1.4rem;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.hero-headline {
  font-size: clamp(3.8rem, 8vw, 6.4rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.03em;
  margin: 0.6rem 0 1.2rem;
  color: var(--text-main);
}

.hero-body {
  max-width: 38ch;
  color: var(--text-muted);
  font-size: 1.06rem;
  line-height: 1.65;
  margin-bottom: 0.9rem;
}

.hero-secondary {
  max-width: 36ch;
  color: var(--text-soft);
  font-size: 0.93rem;
  line-height: 1.6;
  margin-bottom: 1.8rem;
  padding-left: 0.9rem;
  border-left: 2px solid rgba(143, 85, 113, 0.28);
}

.hero-auth-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.auth-rings-wrap {
  position: relative;
  width: 100%;
  max-width: 36rem;
  transform: scale(0.88);
  transform-origin: center center;
}

.auth-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 999px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  border: 1px solid;
}

.ring-a {
  width: calc(100% + 3.5rem);
  height: calc(100% + 3.5rem);
  border-color: rgba(255, 255, 255, 0.06);
  animation: ring-ping 3.2s 0s infinite;
}

.ring-b {
  width: calc(100% + 6.5rem);
  height: calc(100% + 6.5rem);
  border-color: rgba(175, 82, 222, 0.1);
  animation: ring-ping 4.4s 1.6s infinite;
}

.auth-stack-card {
  padding: 1.4rem;
}

.auth-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.auth-demo-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-main);
}

.restore-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-main);
  margin-bottom: 0.45rem;
}

.auth-demo-sub,
.restore-copy {
  color: var(--text-soft);
  font-size: 0.86rem;
  line-height: 1.55;
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}

.auth-field {
  position: relative;
}

.field-icon {
  position: absolute;
  left: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-soft);
  font-size: 0.9rem;
  pointer-events: none;
}

.auth-input {
  width: 100%;
  padding: 0.82rem 0.8rem 0.82rem 2.4rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--line-mid);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-main);
  font-size: 0.9rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: 0.06em;
  outline: none;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.auth-input::placeholder {
  color: var(--text-soft);
  opacity: 0.65;
}

.auth-input:focus {
  border-color: rgba(143, 85, 113, 0.4);
  background: rgba(255, 255, 255, 0.06);
}

.auth-input:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.is-disabled-field .field-icon {
  opacity: 0.35;
}

.mock-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}

.hero-checkbox {
  margin: 0.75rem 0;
  padding: 0.7rem 0.85rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.02);
}

.hero-checkbox input[type="checkbox"] {
  width: 0.95rem;
  height: 0.95rem;
  margin-top: 0.08rem;
  flex-shrink: 0;
  accent-color: var(--accent-3);
  opacity: 0.35;
  cursor: not-allowed;
}

.hero-checkbox span {
  color: var(--text-soft);
  font-size: 0.84rem;
  line-height: 1.4;
  opacity: 0.45;
}

.auth-divider {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 1.15rem 0;
  color: var(--text-soft);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.auth-divider::before,
.auth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line-soft);
}

.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.chip-beta {
  background: rgba(143, 85, 113, 0.1);
  border: 1px solid rgba(143, 85, 113, 0.3);
  color: var(--accent-text);
}

.beta-gate {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding: 0 0.9rem;
  border-radius: var(--radius-md);
  border: 1px solid transparent;
  background: transparent;
  color: var(--accent-text);
  font-size: 0.83rem;
  line-height: 1.45;
  transition:
    max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s ease,
    padding 0.3s ease,
    margin-top 0.3s ease,
    border-color 0.3s ease,
    background-color 0.3s ease;
}

.beta-gate.is-open {
  max-height: 4rem;
  opacity: 1;
  padding: 0.7rem 0.9rem;
  margin-top: 0.6rem;
  border-color: rgba(143, 85, 113, 0.25);
  background: rgba(143, 85, 113, 0.07);
}

.beta-gate-glyph {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--accent-3);
  flex-shrink: 0;
}

.auth-demo-msg {
  min-height: 1.4rem;
  margin: 0.6rem 0 0.1rem;
  font-size: 0.82rem;
  line-height: 1.4;
  color: transparent;
  transition: color 200ms ease;
}

.auth-demo-msg.msg-error {
  color: #ff6b81;
}

.auth-demo-msg.msg-loading {
  color: var(--text-soft);
}

.privacy-section {
  background: linear-gradient(180deg, transparent 0%, rgba(143, 85, 113, 0.03) 40%, transparent 100%);
}

.privacy-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.privacy-card {
  padding: 1.35rem;
}

.privacy-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--accent-text);
  font-size: 0.78rem;
  font-weight: 700;
}

.privacy-card h3,
.principle-card h3 {
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--text-main);
  margin-bottom: 0.55rem;
}

.privacy-card p,
.principle-card p {
  color: var(--text-muted);
  font-size: 0.89rem;
  line-height: 1.6;
}

.peek-section {
  background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.012) 50%, transparent 100%);
}

.peek-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: stretch;
}

.peek-card {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  height: 100%;
}

.peek-card > .eyebrow {
  margin: 0;
}

.peek-caption {
  color: var(--text-soft);
  font-size: 0.83rem;
  line-height: 1.5;
  margin-top: auto;
  padding-top: 0.5rem;
  border-top: 1px solid var(--line-soft);
}

.feed-mock {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: 0.2rem 0;
  flex: 1;
}

.feed-row {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.75rem 0.8rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.feed-row.is-strong {
  background: rgba(143, 85, 113, 0.12);
  border-color: rgba(143, 85, 113, 0.18);
}

.feed-row.is-faded {
  opacity: 0.72;
}

.feed-dot {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 999px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--accent-2), var(--accent-3));
}

.feed-lines {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  flex: 1;
}

.feed-line {
  display: block;
  height: 0.58rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
}

.feed-line.long {
  width: 88%;
}

.feed-line.medium {
  width: 68%;
}

.feed-line.short {
  width: 42%;
}

.feed-line.tiny {
  width: 24%;
}

.chat-mock {
  display: flex;
  gap: 0.85rem;
  flex: 1;
}

.chat-portrait-frame {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent-2), var(--accent-3));
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.chat-portrait-letter {
  font-size: 1rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
}

.chat-bubble-col {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}

.bubble {
  height: 2.1rem;
  border-radius: 12px;
  animation: bubble-appear 0.4s ease both;
}

.bubble.in {
  background: rgba(143, 85, 113, 0.14);
  border: 1px solid rgba(143, 85, 113, 0.18);
}

.bubble.out {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.07);
  align-self: flex-end;
}

.bubble.wide {
  width: 90%;
}

.bubble.medium {
  width: 72%;
}

.bubble.narrow {
  width: 52%;
}

.bubble.short {
  width: 42%;
}

.bubble:nth-child(1) {
  animation-delay: 0.1s;
}

.bubble:nth-child(2) {
  animation-delay: 0.25s;
}

.bubble:nth-child(3) {
  animation-delay: 0.4s;
}

.bubble:nth-child(4) {
  animation-delay: 0.55s;
}

.bubble:nth-child(5) {
  animation-delay: 0.7s;
}

.cast-mock {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}

.cast-portraits {
  position: relative;
  height: 3.8rem;
}

.cast-portrait {
  position: absolute;
  border-radius: 999px;
  border: 2px solid var(--bg-mid);
  display: grid;
  place-items: center;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  transition: transform 200ms ease;
}

.cast-portrait:hover {
  transform: translateY(-3px);
}

.cast-portrait.main-portrait {
  width: 3.4rem;
  height: 3.4rem;
  font-size: 1.1rem;
  background: linear-gradient(135deg, var(--accent-2), var(--accent-3));
  left: 0;
  top: 0;
  z-index: 3;
}

.cast-portrait.side-portrait {
  width: 2.6rem;
  height: 2.6rem;
  font-size: 0.85rem;
  background: linear-gradient(135deg, #3a2f3f, #5a4060);
  top: 0.6rem;
}

.cast-portrait.s1 {
  left: 2.8rem;
  z-index: 2;
}

.cast-portrait.s2 {
  left: 5rem;
  z-index: 1;
}

.cast-meters {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.cast-meter-row {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.cast-meter-lbl {
  width: 5rem;
  flex-shrink: 0;
  color: var(--text-soft);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cast-meter-bar {
  flex: 1;
  height: 0.48rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  overflow: hidden;
}

.cast-meter-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #6f6174, #c891a9 60%, #f1a7c1);
}

.key-display {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 1.1rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line-mid);
  flex: 0 0 auto;
}

.key-glyph {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--text-soft);
  line-height: 1;
}

.key-code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.76rem;
  color: var(--text-soft);
  letter-spacing: 0.18em;
  text-align: center;
  line-height: 1.75;
}

.privacy-card-mock {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  flex: 1;
  justify-content: center;
}

.privacy-state-row {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.78rem 0.85rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.privacy-state-dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--accent-2), var(--accent-3));
  box-shadow: 0 0 12px rgba(143, 85, 113, 0.2);
}

.privacy-state-dot.is-soft {
  opacity: 0.72;
}

.privacy-state-label {
  color: var(--text-main);
  font-size: 0.83rem;
  line-height: 1.35;
}

.privacy-state-value {
  margin-left: auto;
  color: var(--text-soft);
  font-size: 0.73rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.key-attribs {
  display: flex;
  flex-direction: column;
  gap: 0.38rem;
}

.key-attribs li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--text-muted);
  font-size: 0.84rem;
}

.key-attribs li::before {
  content: "-";
  color: var(--text-soft);
  font-size: 0.72rem;
}

.principles-section .section-container {
  padding-top: 0;
  padding-bottom: 2rem;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.principle-card {
  padding: 1.6rem;
}

.principle-glyph {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line-soft);
  font-size: 1rem;
  color: var(--accent-text);
}

.beta-callout-section .section-container {
  padding-bottom: 4rem;
}

.beta-callout {
  padding: 3rem;
  text-align: center;
  max-width: 52rem;
  margin: 0 auto;
  background: linear-gradient(160deg, var(--panel-alt-top) 0%, var(--panel-alt-bottom) 100%);
  border-color: rgba(143, 85, 113, 0.12);
}

.callout-headline {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--text-main);
  margin: 0.5rem 0 1.4rem;
}

.callout-body {
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.65;
  max-width: 44ch;
  margin: 0 auto 0.85rem;
}

.callout-body a {
  color: var(--accent-text);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
  transition: color 180ms ease, opacity 180ms ease;
}

.callout-body a:hover {
  color: var(--text-main);
}

.site-footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--line-soft);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 2rem), var(--content-width));
  margin: 0 auto;
  padding: 1.3rem 0;
}

.footer-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-note {
  color: var(--text-soft);
  font-size: 0.8rem;
  padding-top:3px;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 999px;
  color: var(--text-soft);
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.footer-social-link:hover {
  color: var(--text-main);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-1px);
}

.footer-social-link svg {
  width: 0.95rem;
  height: 0.95rem;
  display: block;
}

@keyframes twinkle {
  0%,
  100% {
    opacity: 0.1;
  }

  50% {
    opacity: 0.8;
  }
}

@keyframes blob-drift {
  0% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(2%, 3%) scale(1.04);
  }

  100% {
    transform: translate(-2%, -2%) scale(0.97);
  }
}

@keyframes pip-pulse {
  0%,
  100% {
    opacity: 1;
    box-shadow: 0 0 6px rgba(143, 85, 113, 0.5);
  }

  50% {
    opacity: 0.55;
    box-shadow: 0 0 12px rgba(143, 85, 113, 0.2);
  }
}

@keyframes ring-ping {
  0% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(1);
  }

  70% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.06);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.06);
  }
}

@keyframes btn-shimmer {
  to {
    transform: skewX(-20deg) translateX(280%);
  }
}

@keyframes bubble-appear {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1000px) {
  .privacy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .auth-rings-wrap {
    width: 100%;
    max-width: none;
    transform: none;
  }

  .hero-body,
  .hero-secondary {
    max-width: 100%;
  }

  .peek-grid,
  .principles-grid {
    grid-template-columns: 1fr;
  }

  .callout-headline {
    font-size: clamp(1.9rem, 6vw, 2.8rem);
  }
}

@media (max-width: 600px) {
  .site-header {
    padding: 1.1rem 0 0.8rem;
  }

  .site-header,
  .hero-section,
  .section-container,
  .footer-inner {
    width: min(calc(100% - 1.25rem), var(--content-width));
  }

  .auth-stack-card,
  .beta-callout,
  .peek-card,
  .privacy-card,
  .principle-card {
    padding: 1.25rem;
  }

  .auth-ring {
    display: none;
  }

  .auth-panel-head,
  .footer-inner,
  .site-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .privacy-grid {
    grid-template-columns: 1fr;
  }
}