/* Ming – askming.app article shared stylesheet */
* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  background: #0d1b2e;
  color: #c8d8ec;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  max-width: 760px;
  margin: 0 auto;
  padding: 60px 24px;
  line-height: 1.75;
}

.back { display: inline-block; color: #c9a84c; text-decoration: none; font-size: 14px; margin-bottom: 32px; }
.back:hover { opacity: 0.8; }

h1 {
  font-size: 36px;
  color: #c9a84c;
  margin-bottom: 12px;
  line-height: 1.2;
  font-weight: 700;
}

.meta {
  font-size: 13px;
  color: #4a5e75;
  margin-bottom: 32px;
}
.meta .tag {
  display: inline-block;
  background: #1a2d4a;
  color: #c9a84c;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 11px;
  margin-right: 8px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.lede {
  font-size: 19px;
  color: #e8d5a3;
  font-style: italic;
  margin-bottom: 36px;
  padding-left: 16px;
  border-left: 2px solid #c9a84c;
}

h2 {
  font-size: 24px;
  color: #e8d5a3;
  margin: 44px 0 14px;
  font-weight: 700;
  line-height: 1.3;
}

h3 {
  font-size: 18px;
  color: #c9a84c;
  margin: 28px 0 10px;
  font-weight: 600;
}

p { color: #c8d8ec; margin-bottom: 16px; }

ul, ol { color: #c8d8ec; padding-left: 24px; margin-bottom: 16px; }
ul li, ol li { margin-bottom: 8px; line-height: 1.7; }

strong { color: #e8d5a3; }
em { color: #c8d8ec; }

a { color: #c9a84c; text-decoration: underline; text-underline-offset: 3px; }
a:hover { opacity: 0.85; }

blockquote {
  border-left: 3px solid #c9a84c;
  padding: 4px 0 4px 18px;
  margin: 24px 0;
  color: #8a9bb5;
  font-style: italic;
}

hr { border: none; border-top: 1px solid #1a2d4a; margin: 40px 0; }

table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 15px;
}
th, td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid #1a2d4a;
}
th { color: #c9a84c; font-weight: 600; }
tr:hover { background: #1a2d4a; }

.cta {
  background: #1a2d4a;
  border: 1px solid #c9a84c33;
  border-radius: 16px;
  padding: 28px 24px;
  margin: 40px 0;
  text-align: center;
}
.cta h3 {
  color: #c9a84c;
  margin: 0 0 8px;
  font-size: 22px;
}
.cta p {
  color: #8a9bb5;
  margin-bottom: 16px;
}
.cta .btn {
  display: inline-block;
  background: #c9a84c;
  color: #0d1b2e;
  padding: 12px 28px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
}
.cta .btn:hover { opacity: 0.92; }

.faq {
  background: #1a2d4a;
  border-radius: 12px;
  padding: 6px 24px;
  margin: 24px 0;
}
.faq details {
  padding: 18px 0;
  border-bottom: 1px solid #0d1b2e;
}
.faq details:last-child { border-bottom: none; }
.faq summary {
  font-size: 16px;
  color: #e8d5a3;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.4;
}
.faq summary:hover { color: #c9a84c; }
.faq details[open] summary { color: #c9a84c; margin-bottom: 12px; }
.faq details p { color: #8a9bb5; margin-bottom: 0; }

.related {
  background: #1a2d4a;
  border-radius: 12px;
  padding: 22px 24px;
  margin: 32px 0 0;
}
.related h3 {
  color: #c9a84c;
  margin: 0 0 14px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.related ul { padding-left: 18px; }
.related li { margin-bottom: 8px; }
.related a { color: #e8d5a3; font-weight: 500; }

footer {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #1a2d4a;
  font-size: 13px;
  color: #4a5e75;
  text-align: center;
}
footer a { color: #4a5e75; text-decoration: none; margin: 0 8px; }
footer a:hover { color: #8a9bb5; }
