/* MEGA999 /download — install page only (black/gold) */
:root {
  --bg: #0a0612;
  --bg2: #120b20;
  --gold: #e6c15c;
  --gold2: #f5d97a;
  --text: #f4efe4;
  --muted: #b9aec8;
  --line: rgba(230, 193, 92, 0.22);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  min-height: 100vh;
  font-family: "DM Sans", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(900px 420px at 70% -10%, rgba(123, 47, 247, 0.28), transparent 55%),
    radial-gradient(700px 380px at -10% 30%, rgba(230, 193, 92, 0.12), transparent 50%),
    linear-gradient(180deg, var(--bg2), var(--bg));
  line-height: 1.6;
}
a { color: var(--gold2); text-decoration: none; }
a:hover { text-decoration: underline; }
.wrap { max-width: 560px; margin: 0 auto; padding: 28px 20px 48px; }
.top {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; margin-bottom: 28px; flex-wrap: wrap;
}
.top a { font-size: 13px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.hero-card {
  text-align: center;
  padding: 32px 22px 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(18, 11, 32, 0.72);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}
.app-icon {
  width: 96px; height: 96px; border-radius: 22px;
  display: block; margin: 0 auto 18px;
  box-shadow: 0 0 28px rgba(230, 193, 92, 0.35);
}
h1 {
  font-family: Cinzel, "Times New Roman", serif;
  font-size: 28px; letter-spacing: 0.04em;
  background: linear-gradient(180deg, #fff8e0, var(--gold2) 55%, #b8912e);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-bottom: 8px;
}
.lead { color: var(--muted); font-size: 15px; margin-bottom: 18px; }
.badge {
  display: inline-block; margin-bottom: 18px;
  padding: 6px 12px; border-radius: 999px;
  border: 1px solid var(--line); color: var(--gold2);
  font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
}
.device-tip {
  margin: 0 auto 18px;
  max-width: 360px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(230, 193, 92, 0.08);
  color: var(--muted);
  font-size: 13px;
  text-align: left;
  line-height: 1.5;
}
.device-tip strong { color: var(--gold2); }
.tip-android { border-color: rgba(230, 193, 92, 0.4); }
.tip-ios { border-color: rgba(123, 47, 247, 0.35); background: rgba(123, 47, 247, 0.1); }
.tip-pc { border-color: rgba(185, 174, 200, 0.35); }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 100%; max-width: 360px; min-height: 52px;
  padding: 14px 22px; border-radius: 999px; border: none;
  font-size: 16px; font-weight: 800; letter-spacing: 0.04em;
  cursor: pointer; text-decoration: none;
}
.btn-gold {
  background: linear-gradient(135deg, #f7e08a, #e6c15c 40%, #b8912e);
  color: #2a1b05;
  box-shadow: 0 8px 24px rgba(230, 193, 92, 0.4);
}
.btn-gold:hover { filter: brightness(1.05); text-decoration: none; }
.btn-ghost {
  background: transparent;
  color: var(--gold2);
  border: 1.5px solid rgba(230, 193, 92, 0.55);
  box-shadow: none;
  margin-top: 8px;
}
.btn-ghost:hover { background: rgba(230, 193, 92, 0.1); text-decoration: none; }
.btn[disabled] { opacity: 0.55; cursor: default; }
.panel-apk { border-color: rgba(230, 193, 92, 0.45); }
.panel h3 { font-size: 14px; color: var(--gold2); margin: 12px 0 8px; }
.panel .meta { font-size: 12px; color: var(--gold2); opacity: 0.9; }
.panel .note { font-size: 12px; margin-top: 12px; }
.panel .btn { margin-top: 10px; }
.status {
  margin-top: 16px; font-size: 14px; color: var(--gold2); font-weight: 700;
  min-height: 1.4em;
}
.panel {
  margin-top: 22px; text-align: left;
  padding: 16px 16px 14px;
  border: 1px solid var(--line); border-radius: 14px;
  background: rgba(10, 6, 18, 0.45);
}
.panel h2 {
  font-size: 15px; color: var(--gold2); margin-bottom: 10px; letter-spacing: 0.04em;
}
.panel ol { margin-left: 18px; color: var(--muted); font-size: 14px; }
.panel li { margin-bottom: 8px; }
.panel p { color: var(--muted); font-size: 14px; margin-bottom: 8px; }
.hidden { display: none !important; }
.foot {
  margin-top: 28px; text-align: center; font-size: 12px; color: var(--muted);
}
.foot a { margin: 0 8px; }
.share-bar { margin-top: 28px; text-align: center; }
.share-bar h2 {
  font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold2); margin-bottom: 12px; font-weight: 700;
}
.share-btns { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.share-btn {
  min-height: 44px; padding: 10px 16px; border-radius: 999px;
  border: 1px solid var(--line); background: rgba(18, 11, 32, 0.72);
  color: var(--gold2); font-weight: 700; cursor: pointer; font-size: 13px;
}
.share-btn:hover { background: rgba(230, 193, 92, 0.12); }
@media (max-width: 480px) {
  h1 { font-size: 24px; }
  .app-icon { width: 84px; height: 84px; }
}
