/* 美映AI · 落地页样式 · 暗色玫瑰金 */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Noto+Serif+SC:wght@500;600;700;900&family=Inter:wght@400;500;600;700&display=swap");

:root {
  --bg: #0a0908;
  --bg-2: #14110f;
  --bg-3: #1c1815;
  --surface: #16120f;
  --surface-2: #1f1a16;
  --line: rgba(212, 163, 149, 0.14);
  --line-strong: rgba(212, 163, 149, 0.28);

  --ink: #f5efe9;
  --ink-soft: #c9bfb6;
  --ink-mute: #8a807a;
  --ink-faint: #5a534d;

  --gold-1: #f4dccb;
  --gold-2: #e3b89f;
  --gold-3: #c58f7c;
  --gold-4: #a06a55;
  --gold: #d4a395;
  --gold-grad: linear-gradient(135deg, #f4dccb 0%, #e3b89f 35%, #c58f7c 70%, #a06a55 100%);
  --gold-grad-soft: linear-gradient(135deg, rgba(244,220,203,0.16) 0%, rgba(197,143,124,0.10) 100%);

  --radius: 16px;
  --radius-lg: 24px;
  --shadow: 0 30px 80px -30px rgba(197, 143, 124, 0.35);
  --shadow-soft: 0 12px 40px -16px rgba(0, 0, 0, 0.6);
  --max: 1140px;

  --serif: "Cormorant Garamond", "Noto Serif SC", "Songti SC", "STSong", serif;
  --serif-cn: "Noto Serif SC", "Songti SC", "STSong", "Cormorant Garamond", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(197, 143, 124, 0.12), transparent 60%),
    radial-gradient(900px 500px at -10% 30%, rgba(160, 106, 85, 0.10), transparent 60%),
    var(--bg);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.01em;
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3 { margin: 0; line-height: 1.2; letter-spacing: -0.01em; }
p { margin: 0; }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 24px; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  background: var(--gold-grad-soft);
  border: 1px solid var(--line-strong);
  padding: 7px 14px;
  border-radius: 999px;
  margin-bottom: 20px;
}
.eyebrow::before { content: "✦"; color: var(--gold-1); font-size: 10px; }

.grad {
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.25s ease, background 0.25s ease;
  white-space: nowrap;
  font-family: var(--sans);
}
.btn--primary {
  background: var(--gold-grad);
  color: #2a1a12;
  box-shadow: 0 12px 30px -10px rgba(197, 143, 124, 0.6);
}
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -12px rgba(227, 184, 159, 0.7); }
.btn--ghost {
  background: rgba(255, 255, 255, 0.02);
  color: var(--ink);
  border-color: var(--line-strong);
  backdrop-filter: blur(8px);
}
.btn--ghost:hover { background: rgba(212, 163, 149, 0.08); border-color: var(--gold); transform: translateY(-2px); }
.btn--sm { padding: 10px 20px; font-size: 13px; }

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 9, 8, 0.7);
  backdrop-filter: saturate(180%) blur(18px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease, background 0.25s ease;
}
.nav.is-scrolled { border-bottom-color: var(--line); background: rgba(10, 9, 8, 0.85); }
.nav__inner { display: flex; align-items: center; height: 72px; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand__mark {
  width: 36px; height: 36px;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid var(--line-strong);
}
.brand__name {
  font-family: var(--serif-cn);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.08em;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.brand__name .en { font-family: var(--serif); font-weight: 500; margin-left: 6px; letter-spacing: 0.12em; }
.nav__links { display: flex; gap: 32px; margin-left: auto; }
.nav__links a { font-size: 14px; color: var(--ink-soft); font-weight: 500; letter-spacing: 0.04em; transition: color 0.15s; }
.nav__links a:hover { color: var(--gold-1); }
.nav__cta { margin-left: 8px; }
.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav__toggle span { width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform 0.2s, opacity 0.2s; }

/* Hero */
.hero { position: relative; padding: 96px 0 140px; overflow: hidden; }
.hero::before {
  content: "";
  position: absolute; inset: -10% -10% auto -10%;
  height: 700px;
  background:
    radial-gradient(50% 50% at 75% 25%, rgba(227, 184, 159, 0.18), transparent 70%),
    radial-gradient(40% 40% at 20% 35%, rgba(160, 106, 85, 0.16), transparent 70%);
  z-index: 0;
  pointer-events: none;
}
.hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; }
.hero__title {
  font-family: var(--serif-cn);
  font-size: clamp(38px, 5.4vw, 64px);
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
  color: var(--ink);
}
.hero__lead {
  font-size: 17px;
  color: var(--ink-soft);
  max-width: 540px;
  margin-bottom: 32px;
  letter-spacing: 0.02em;
}
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 44px; }
.hero__stats { display: flex; gap: 40px; flex-wrap: wrap; }
.hero__stats li { display: flex; flex-direction: column; gap: 4px; }
.hero__stats strong {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 600;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero__stats span { font-size: 12px; color: var(--ink-mute); letter-spacing: 0.06em; }

.hero__visual { position: relative; display: grid; place-items: center; min-height: 520px; }
.hero__glow {
  position: absolute; inset: 10%;
  background: radial-gradient(circle, rgba(197, 143, 124, 0.35), transparent 70%);
  filter: blur(60px);
  z-index: 0;
}
.phone {
  position: relative; z-index: 1;
  width: 290px; height: 580px;
  border-radius: 44px;
  background: linear-gradient(180deg, #1c1815, #0a0908);
  padding: 12px;
  box-shadow:
    0 50px 100px -30px rgba(0, 0, 0, 0.7),
    0 0 0 1px rgba(212, 163, 149, 0.2),
    inset 0 0 0 2px rgba(255,255,255,0.04);
}
.phone__notch {
  position: absolute; top: 12px; left: 50%; transform: translateX(-50%);
  width: 110px; height: 28px;
  background: #0a0908; border-radius: 0 0 18px 18px;
  z-index: 2;
}
.phone__screen {
  position: relative;
  height: 100%;
  border-radius: 34px;
  background: linear-gradient(180deg, #1c1815, #14110f);
  padding: 42px 18px 18px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.screen__bar { display: flex; gap: 6px; margin-bottom: 22px; }
.dot { width: 8px; height: 8px; border-radius: 50%; }
.dot--r { background: #c58f7c; } .dot--y { background: #e3b89f; } .dot--g { background: #f4dccb; }
.screen__hero { margin-bottom: 22px; text-align: center; }
.screen__title {
  font-family: var(--serif-cn);
  font-size: 24px; font-weight: 700;
  background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent;
  letter-spacing: 0.08em;
}
.screen__sub { font-size: 11px; color: var(--ink-mute); letter-spacing: 0.2em; text-transform: uppercase; margin-top: 4px; }
.screen__upload {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  height: 120px;
  border: 1px dashed var(--line-strong);
  border-radius: 18px;
  background: var(--gold-grad-soft);
  margin-bottom: 16px;
}
.screen__upload-icon { font-size: 30px; color: var(--gold-1); font-weight: 200; }
.screen__upload-text { font-size: 11px; color: var(--ink-soft); margin-top: 6px; letter-spacing: 0.08em; }
.screen__cards { display: flex; flex-direction: column; gap: 10px; }
.screen__card {
  border-radius: 14px;
  padding: 12px 14px;
  color: #2a1a12;
  position: relative;
  overflow: hidden;
  background: var(--gold-grad);
}
.screen__card--2 { background: linear-gradient(135deg, #e3b89f, #a06a55); color: #f5efe9; }
.screen__card--3 { background: linear-gradient(135deg, #c58f7c, #6e4636); color: #f5efe9; }
.screen__card-tag { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; opacity: 0.85; margin-bottom: 8px; text-transform: uppercase; }
.screen__card-lines { display: flex; flex-direction: column; gap: 5px; }
.screen__card-lines span { height: 4px; background: currentColor; opacity: 0.4; border-radius: 2px; }
.screen__card-lines span:nth-child(1) { width: 80%; }
.screen__card-lines span:nth-child(2) { width: 60%; }
.screen__card-lines span:nth-child(3) { width: 40%; }
.screen__progress { margin-top: 16px; height: 5px; background: rgba(212,163,149,0.15); border-radius: 999px; overflow: hidden; }
.screen__progress-bar { height: 100%; width: 70%; background: var(--gold-grad); border-radius: 999px; animation: load 2.6s ease-in-out infinite; }
@keyframes load { 0% { width: 10%; } 50% { width: 88%; } 100% { width: 10%; } }

.hero__wave { position: absolute; left: 0; right: 0; bottom: -1px; z-index: 0; opacity: 0.5; }
.hero__wave svg { width: 100%; height: 80px; display: block; }
.hero__logo {
  width: 220px;
  height: auto;
  margin-bottom: 24px;
  filter: drop-shadow(0 8px 24px rgba(197, 143, 124, 0.25));
}

/* Sections */
.section { padding: 110px 0; }
.section--soft { background: linear-gradient(180deg, var(--bg-2), var(--bg)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section__head { max-width: 680px; margin: 0 auto 64px; text-align: center; }
.section__head h2 {
  font-family: var(--serif-cn);
  font-size: clamp(30px, 3.6vw, 42px);
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
  color: var(--ink);
}
.section__head p { color: var(--ink-soft); font-size: 16px; letter-spacing: 0.02em; }

.grid { display: grid; gap: 20px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.card {
  background: linear-gradient(180deg, var(--surface), var(--bg-2));
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px;
  transition: transform 0.25s ease, border-color 0.25s, box-shadow 0.25s;
  position: relative;
  overflow: hidden;
}
.card::before {
  content: "";
  position: absolute; inset: 0;
  background: var(--gold-grad-soft);
  opacity: 0;
  transition: opacity 0.25s;
  pointer-events: none;
}
.card:hover { transform: translateY(-4px); border-color: var(--line-strong); box-shadow: var(--shadow-soft); }
.card:hover::before { opacity: 1; }
.card__icon {
  font-size: 26px;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px; height: 48px;
  border-radius: 14px;
  background: var(--gold-grad-soft);
  border: 1px solid var(--line-strong);
  color: var(--gold-1);
}
.card h3 {
  font-family: var(--serif-cn);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--ink);
  letter-spacing: 0.04em;
}
.card p { color: var(--ink-soft); font-size: 15px; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step {
  background: linear-gradient(180deg, var(--surface), var(--bg-2));
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px;
  position: relative;
}
.step__num {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 600;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 16px;
  letter-spacing: 0.04em;
}
.step h3 {
  font-family: var(--serif-cn);
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--ink);
  letter-spacing: 0.04em;
}
.step p { color: var(--ink-soft); font-size: 14px; }

/* Download */
.download { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; align-items: stretch; }
.download__card {
  background: linear-gradient(180deg, var(--surface), var(--bg-2));
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.download__card:hover { transform: translateY(-4px); border-color: var(--line-strong); box-shadow: var(--shadow-soft); }
.download__platform { display: flex; align-items: center; gap: 14px; color: var(--gold-1); }
.download__platform-name {
  font-family: var(--serif-cn);
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: 0.04em;
}
.download__platform-sub { font-size: 12px; color: var(--ink-mute); letter-spacing: 0.06em; }
.download__btn { width: 100%; justify-content: center; }
.download__note { font-size: 12px; color: var(--ink-mute); letter-spacing: 0.02em; }
.download__card--qr { align-items: center; text-align: center; }
.download__qr-text {
  font-family: var(--serif-cn);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--ink);
}
.qr {
  width: 168px; height: 168px;
  border-radius: 16px;
  background: var(--ink);
  display: grid; place-items: center;
  position: relative;
  overflow: hidden;
  padding: 10px;
}
.qr img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; }
.qr__placeholder {
  width: 100%; height: 100%;
  border-radius: 8px;
  background-image:
    linear-gradient(45deg, #0a0908 25%, transparent 25%, transparent 75%, #0a0908 75%),
    linear-gradient(45deg, #0a0908 25%, #c58f7c 25%, #c58f7c 75%, #0a0908 75%);
  background-size: 14px 14px;
  background-position: 0 0, 7px 7px;
  position: relative;
}
.qr__center {
  position: absolute;
  width: 40px; height: 40px;
  background: var(--gold-grad);
  color: #2a1a12;
  border-radius: 10px;
  display: grid; place-items: center;
  font-family: var(--serif-cn);
  font-size: 12px; font-weight: 700;
  border: 3px solid var(--ink);
}

/* About */
.about { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 48px; align-items: start; }
.about__copy h2 {
  font-family: var(--serif-cn);
  font-size: clamp(30px, 3.6vw, 42px);
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  color: var(--ink);
}
.about__copy p { color: var(--ink-soft); font-size: 16px; margin-bottom: 16px; letter-spacing: 0.02em; }
.about__list { margin-top: 28px; display: flex; flex-direction: column; gap: 14px; }
.about__list li { font-size: 15px; color: var(--ink-soft); }
.about__list span {
  display: inline-block;
  min-width: 88px;
  font-family: var(--serif-cn);
  font-weight: 700;
  color: var(--gold-1);
  letter-spacing: 0.06em;
}
.about__panel {
  background: linear-gradient(180deg, var(--surface), var(--bg-2));
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px;
}
.about__panel-title {
  font-family: var(--serif-cn);
  font-size: 14px;
  font-weight: 700;
  color: var(--gold-1);
  margin-bottom: 14px;
  letter-spacing: 0.1em;
}
.about__panel-title--mt { margin-top: 24px; }
.about__panel-list { display: flex; flex-direction: column; gap: 10px; }
.about__panel-list li { font-size: 15px; color: var(--ink-soft); padding-left: 22px; position: relative; }
.about__panel-list li::before { content: "✦"; position: absolute; left: 0; color: var(--gold-3); font-size: 11px; top: 4px; }

/* FAQ */
.faq { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq__item {
  background: linear-gradient(180deg, var(--surface), var(--bg-2));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 4px 24px;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.faq__item[open] { border-color: var(--line-strong); box-shadow: var(--shadow-soft); }
.faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 0;
  font-family: var(--serif-cn);
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  letter-spacing: 0.04em;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: "+";
  font-size: 22px;
  font-weight: 300;
  color: var(--gold-1);
  transition: transform 0.25s;
}
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item p { padding: 0 0 22px; color: var(--ink-soft); font-size: 15px; letter-spacing: 0.02em; }
.faq__item a { color: var(--gold-1); font-weight: 600; }

/* Footer */
.footer { background: var(--bg); border-top: 1px solid var(--line); color: var(--ink-mute); padding: 72px 0 36px; }
.footer__inner { display: grid; grid-template-columns: 1.2fr 2fr; gap: 48px; margin-bottom: 36px; }
.footer .brand__name { color: var(--ink); }
.footer__desc { margin-top: 16px; font-size: 14px; color: var(--ink-mute); max-width: 280px; letter-spacing: 0.02em; }
.footer__cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.footer__title {
  font-family: var(--serif-cn);
  font-size: 13px;
  font-weight: 700;
  color: var(--gold-1);
  margin-bottom: 16px;
  letter-spacing: 0.1em;
}
.footer__col a { display: block; font-size: 14px; color: var(--ink-mute); padding: 5px 0; transition: color 0.15s; }
.footer__col a:hover { color: var(--ink); }
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  color: var(--ink-faint);
  letter-spacing: 0.02em;
}
.footer__icp { color: var(--ink-faint); }

/* Legal */
.legal { padding: 72px 0 104px; }
.legal__head { text-align: center; margin-bottom: 44px; }
.legal__head h1 {
  font-family: var(--serif-cn);
  font-size: clamp(30px, 3.6vw, 42px);
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: 0.06em;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.legal__head .meta { font-size: 13px; color: var(--ink-mute); letter-spacing: 0.06em; }
.legal__body { max-width: 760px; margin: 0 auto; font-size: 15px; color: var(--ink-soft); letter-spacing: 0.02em; }
.legal__body h2 {
  font-family: var(--serif-cn);
  font-size: 21px;
  font-weight: 700;
  color: var(--ink);
  margin: 36px 0 14px;
  letter-spacing: 0.04em;
}
.legal__body h3 {
  font-family: var(--serif-cn);
  font-size: 16px;
  font-weight: 700;
  color: var(--gold-1);
  margin: 22px 0 10px;
  letter-spacing: 0.06em;
}
.legal__body p { margin-bottom: 14px; }
.legal__body ul { margin: 0 0 14px; padding-left: 22px; list-style: none; }
.legal__body ul li { margin-bottom: 8px; padding-left: 4px; position: relative; }
.legal__body ul li::before { content: "—"; position: absolute; left: -14px; color: var(--gold-3); }
.legal__body a { color: var(--gold-1); font-weight: 600; }
.legal__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 28px;
  color: var(--gold-1);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
}
.legal__toc {
  background: linear-gradient(180deg, var(--surface), var(--bg-2));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 28px;
  margin-bottom: 36px;
}
.legal__toc h2 {
  font-family: var(--serif-cn);
  font-size: 14px;
  font-weight: 700;
  color: var(--gold-1);
  margin: 0 0 12px;
  letter-spacing: 0.1em;
}
.legal__toc ol { padding-left: 22px; list-style: decimal; }
.legal__toc li { margin-bottom: 6px; }
.legal__toc a { color: var(--ink-soft); font-size: 14px; }
.legal__toc a:hover { color: var(--gold-1); }

/* Responsive */
@media (max-width: 960px) {
  .hero__inner { grid-template-columns: 1fr; gap: 36px; text-align: center; }
  .hero__copy { order: 2; }
  .hero__visual { order: 1; min-height: 440px; }
  .hero__lead { margin-left: auto; margin-right: auto; }
  .hero__logo { margin-left: auto; margin-right: auto; }
  .hero__cta, .hero__stats { justify-content: center; }
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .download { grid-template-columns: 1fr; }
  .about { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; gap: 32px; }
  .footer__cols { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .nav__links, .nav__cta { display: none; }
  .nav__toggle { display: flex; }
  .nav__links.is-open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 72px; left: 0; right: 0;
    background: var(--bg-2);
    padding: 18px 24px;
    border-bottom: 1px solid var(--line);
    gap: 16px;
  }
  .nav__links.is-open a { font-size: 16px; }
  .section { padding: 72px 0; }
  .grid--3, .steps { grid-template-columns: 1fr; }
  .hero__stats { gap: 24px; }
  .footer__bottom { flex-direction: column; gap: 8px; text-align: center; }
}
