/*
Theme Name: MicroSlate
Theme URI: https://phoenix.boston
Author: Phoenix Wang
Description: Quiet reading theme for notes written on the Xteink X4 and published via MicroSlate sync.
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
Version: 1.0.0
Text Domain: microslate
*/

:root {
  --ms-paper: #f7f3eb;
  --ms-ink: #1c1917;
  --ms-mist: #e8e0d4;
  --ms-accent: #0f5c4c;
  --ms-muted: #78716c;
}

body {
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(15, 92, 76, 0.08), transparent 55%),
    radial-gradient(900px 500px at 100% 0%, rgba(120, 113, 108, 0.12), transparent 50%),
    var(--ms-paper);
  color: var(--ms-ink);
}

.ms-shell {
  width: min(42rem, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 2.5rem 0 4rem;
}

.ms-brand {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0;
}

.ms-brand a {
  color: inherit;
  text-decoration: none;
}

.ms-tagline {
  margin: 0.6rem 0 0;
  color: var(--ms-muted);
  font-size: 1rem;
}

.ms-nav {
  display: flex;
  gap: 1rem;
  margin-top: 1.25rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--ms-mist);
  font-size: 0.95rem;
}

.ms-nav a {
  color: var(--ms-muted);
  text-decoration: none;
}

.ms-nav a:hover {
  color: var(--ms-accent);
}

.ms-list {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.ms-list li {
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--ms-mist);
}

.ms-list a {
  color: inherit;
  text-decoration: none;
}

.ms-list h2 {
  margin: 0 0 0.35rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.45rem;
  font-weight: 550;
}

.ms-meta {
  color: var(--ms-muted);
  font-size: 0.9rem;
}

.ms-excerpt {
  margin: 0.55rem 0 0;
  color: #44403c;
}

.ms-article header {
  margin: 2rem 0 1.5rem;
}

.ms-article h1 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 5vw, 2.6rem);
  font-weight: 600;
  letter-spacing: -0.03em;
}

.ms-content {
  font-size: 1.15rem;
  white-space: pre-wrap;
}

.ms-content p {
  margin: 0 0 1.1rem;
}

.ms-content p:last-child {
  margin-bottom: 0;
}

.ms-footer {
  margin-top: 3rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--ms-mist);
  color: var(--ms-muted);
  font-size: 0.9rem;
}

.ms-badge {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ms-accent);
}
