/* AURA Landing — Shared Styles */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body {
  min-height: 100%;
  background: #070709;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body {
  position: relative;
  overflow-x: hidden;
  padding: 24px 20px 80px;
}
body::before, body::after {
  content: '';
  position: fixed;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  z-index: 0;
}
body::before {
  top: -200px; left: -200px;
  width: 480px; height: 480px;
  background: rgba(212, 139, 108, 0.18);
}
body::after {
  bottom: -200px; right: -200px;
  width: 520px; height: 520px;
  background: rgba(139, 69, 19, 0.20);
}
.wrap {
  position: relative;
  z-index: 10;
  max-width: 460px;
  margin: 0 auto;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}
.brand .logo {
  width: 48px; height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, #FFD1B3, #D48B6C 50%, #8B4513);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(212, 139, 108, 0.35), inset 0 1px 0 rgba(255,255,255,0.3);
  font-weight: 900;
  font-size: 24px;
  color: #070709;
  letter-spacing: -1px;
}
.brand .name {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: -0.5px;
}
.brand .sub {
  display: block;
  font-size: 9px;
  color: #D48B6C;
  letter-spacing: 0.3em;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 2px;
}
.badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.3em;
  color: #D48B6C;
  text-transform: uppercase;
  margin-bottom: 10px;
}
h1 {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 14px;
  background: linear-gradient(180deg, #fff 30%, #94a3b8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.copper {
  background: linear-gradient(135deg, #FFD1B3, #D48B6C);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
p.lead {
  color: #94a3b8;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 24px;
}
.btn-primary, .btn-ghost {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 22px;
  border-radius: 14px;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  text-decoration: none;
  cursor: pointer;
  border: none;
  font-family: inherit;
  transition: transform 0.15s, box-shadow 0.25s;
}
.btn-primary {
  background: linear-gradient(135deg, #FFD1B3 0%, #D48B6C 50%, #B86B4D 100%);
  color: #070709;
  box-shadow: 0 15px 40px -10px rgba(212, 139, 108, 0.55), inset 0 1px 0 rgba(255,255,255,0.35);
}
.btn-ghost {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  color: #fff;
}
.btn-primary:active, .btn-ghost:active { transform: scale(0.97); }
.platform-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 24px;
}
.platform-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px 14px 20px;
  border-radius: 18px;
  background: rgba(18, 18, 23, 0.8);
  border: 1px solid rgba(255,255,255,0.05);
  text-decoration: none;
  color: #fff;
  transition: transform 0.15s, border-color 0.2s, box-shadow 0.25s;
}
.platform-card:hover { border-color: rgba(212,139,108,0.5); }
.platform-card:active { transform: scale(0.97); }
.platform-card.featured {
  border-color: rgba(212,139,108,0.4);
  box-shadow: 0 0 30px rgba(212,139,108,0.12), inset 0 0 30px rgba(212,139,108,0.06);
}
.platform-card .ico {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(212,139,108,0.12);
  border: 1px solid rgba(212,139,108,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.platform-card .ico svg { width: 22px; height: 22px; color: #D48B6C; }
.platform-card .label { font-weight: 900; font-size: 14px; letter-spacing: -0.3px; }
.platform-card .hint {
  font-size: 9px;
  font-weight: 700;
  color: #94a3b8;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 4px;
}
.steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 22px;
}
.step {
  display: flex;
  gap: 12px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(18, 18, 23, 0.7);
  border: 1px solid rgba(255,255,255,0.04);
}
.step .num {
  width: 30px; height: 30px;
  flex-shrink: 0;
  border-radius: 9px;
  background: rgba(212,139,108,0.12);
  border: 1px solid rgba(212,139,108,0.3);
  color: #D48B6C;
  font-weight: 900;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step .body { flex: 1; min-width: 0; }
.step h3 {
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 4px;
  line-height: 1.3;
}
.step p {
  font-size: 11px;
  color: #94a3b8;
  line-height: 1.5;
}
.step .icon-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px; height: 22px;
  border-radius: 6px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  vertical-align: middle;
  margin: 0 2px;
}
.step .icon-inline svg { width: 13px; height: 13px; color: #D48B6C; }
.note {
  display: flex;
  gap: 10px;
  padding: 12px;
  border-radius: 12px;
  background: rgba(212,139,108,0.06);
  border: 1px solid rgba(212,139,108,0.2);
  margin-bottom: 22px;
}
.note svg {
  width: 16px; height: 16px;
  color: #D48B6C;
  flex-shrink: 0;
  margin-top: 1px;
}
.note p {
  font-size: 11px;
  color: #cbd5e1;
  line-height: 1.5;
}
.status {
  margin-top: 20px;
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 12px #10b981;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}
.footer {
  position: fixed;
  bottom: 16px;
  left: 0; right: 0;
  text-align: center;
  font-size: 10px;
  color: #475569;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  z-index: 5;
  pointer-events: none;
}
.back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  color: #94a3b8;
  text-decoration: none;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.back:hover { color: #fff; }
.ready-banner {
  display: none;
  margin-top: 12px;
  padding: 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(212,139,108,0.12), rgba(212,139,108,0.04));
  border: 1px solid rgba(212,139,108,0.35);
  box-shadow: 0 0 30px rgba(212,139,108,0.15), inset 0 0 30px rgba(212,139,108,0.04);
  animation: bannerIn 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.ready-banner.show { display: block; }
.ready-banner .head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.ready-banner .check {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.2);
  border: 1px solid rgba(16, 185, 129, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #10b981;
  flex-shrink: 0;
}
.ready-banner .check svg { width: 16px; height: 16px; }
.ready-banner h4 {
  font-size: 13px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.2px;
}
.ready-banner p {
  font-size: 11.5px;
  color: #cbd5e1;
  line-height: 1.5;
}
.ready-banner p strong { color: #fff; }
@keyframes bannerIn {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}
.btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
  font-size: 11px;
  font-weight: 700;
  color: #94a3b8;
  text-decoration: none;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  background: none;
  border: none;
  font-family: inherit;
  width: 100%;
}
.btn-link:hover { color: #D48B6C; }
.redirect-overlay {
  position: fixed;
  inset: 0;
  background: rgba(7,7,9,0.95);
  backdrop-filter: blur(20px);
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
}
.redirect-overlay .spinner {
  width: 48px; height: 48px;
  border-radius: 50%;
  border: 3px solid rgba(212,139,108,0.2);
  border-top-color: #D48B6C;
  animation: spin 0.8s linear infinite;
  margin-bottom: 18px;
}
.redirect-overlay h2 {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 8px;
  letter-spacing: -0.3px;
}
.redirect-overlay p {
  font-size: 12px;
  color: #94a3b8;
  letter-spacing: 0.05em;
}
@keyframes spin { to { transform: rotate(360deg); } }
@media (max-width: 360px) {
  h1 { font-size: 26px; }
  .platform-grid { grid-template-columns: 1fr; }
}
