:root {
  --paper: #fafaf9;
  --paper-warm: #f5f0e8;
  --ink: #0c0c0c;
  --ink-soft: #3f3f46;
  --mist: #e4e4e7;
  --ember: #ea580c;
  --ember-light: #fed7aa;
  --plum: #7c3aed;
  --teal: #0d9488;
  --amber: #f59e0b;
  --line: rgba(12, 12, 12, 0.06);
  --line-strong: rgba(12, 12, 12, 0.1);
  --shadow-sm: 0 1px 2px rgba(12, 12, 12, 0.04);
  --shadow-card: 0 4px 6px -1px rgba(12, 12, 12, 0.04), 0 2px 4px -2px rgba(12, 12, 12, 0.04);
  --shadow-md: 0 10px 15px -3px rgba(12, 12, 12, 0.06), 0 4px 6px -4px rgba(12, 12, 12, 0.04);
  --shadow-lg: 0 20px 25px -5px rgba(12, 12, 12, 0.08), 0 8px 10px -6px rgba(12, 12, 12, 0.04);
  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --radius-xl: 1.25rem;
  --radius-2xl: 1.5rem;
  --radius-full: 9999px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { color: inherit; text-decoration: none; }

button, select, input, textarea { font: inherit; }

.site-chrome {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(ellipse at 15% 15%, rgba(234, 88, 12, 0.04) 0%, transparent 50%),
    radial-gradient(ellipse at 85% 85%, rgba(124, 58, 237, 0.03) 0%, transparent 50%),
    var(--paper);
}

.font-editorial {
  font-family: "Songti SC", "STSong", "Noto Serif SC", Georgia, serif;
}

.font-display {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(12, 12, 12, 0.45);
}

.eyebrow::before {
  content: "";
  width: 1.75rem;
  height: 2px;
  background: var(--ember);
  border-radius: 1px;
}

.eyebrow-white {
  color: rgba(255, 255, 255, 0.55);
}

.eyebrow-white::before {
  background: rgba(255, 255, 255, 0.4);
}

.headline-display {
  font-family: "Songti SC", "STSong", "Noto Serif SC", serif;
  font-size: clamp(2.75rem, 8vw, 5.5rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 600;
}

.section-shell { padding-block: 4rem; }

.page-shell {
  width: min(100% - 2rem, 78rem);
  margin-inline: auto;
}

.hero-section {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-2xl);
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #18181b 0%, #09090b 60%, #1e1b4b 100%);
  color: white;
  padding: clamp(2rem, 5vw, 3.5rem);
}

.hero-section::before {
  content: "";
  position: absolute;
  top: -60%;
  right: -25%;
  width: 90%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(234, 88, 12, 0.12), transparent 55%);
  pointer-events: none;
}

.hero-section::after {
  content: "";
  position: absolute;
  bottom: -40%;
  left: -15%;
  width: 70%;
  height: 160%;
  background: radial-gradient(ellipse, rgba(124, 58, 237, 0.08), transparent 55%);
  pointer-events: none;
}

.hero-section.atlas-home-hero {
  border-color: rgba(12, 12, 12, 0.08);
  background:
    linear-gradient(140deg, rgba(234, 88, 12, 0.08) 0%, transparent 24%),
    linear-gradient(180deg, #f8f3ec 0%, #f5efe6 52%, #fcfaf7 100%);
  color: var(--ink);
  box-shadow: 0 20px 46px rgba(12, 12, 12, 0.07);
}

.hero-section.atlas-home-hero::before {
  top: 0;
  right: 0;
  bottom: auto;
  width: 38%;
  height: 100%;
  background:
    linear-gradient(180deg, rgba(12, 12, 12, 0.03), rgba(12, 12, 12, 0)),
    linear-gradient(90deg, rgba(12, 12, 12, 0.06) 1px, transparent 1px);
  background-size: auto, 18px 18px;
  opacity: 0.38;
}

.hero-section.atlas-home-hero::after {
  top: auto;
  left: auto;
  right: 2.25rem;
  bottom: 2.25rem;
  width: 8rem;
  height: 8rem;
  border-radius: 9999px;
  border: 1px solid rgba(234, 88, 12, 0.18);
  background: radial-gradient(circle, rgba(234, 88, 12, 0.08), transparent 68%);
  opacity: 1;
}

.atlas-home-title {
  max-width: 56rem;
  margin: 0;
  font-family: "Songti SC", "STSong", "Noto Serif SC", serif;
  font-size: clamp(2.8rem, 5.2vw, 4.6rem);
  line-height: 1;
  letter-spacing: -0.055em;
  color: var(--ink);
}

.atlas-home-copy {
  max-width: 40rem;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.9;
  color: rgba(12, 12, 12, 0.66);
}

.hero-section.atlas-home-hero .eyebrow {
  color: rgba(12, 12, 12, 0.44);
}

.hero-section.atlas-home-hero .eyebrow::before {
  background: var(--ember);
}

.atlas-home-search {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  max-width: 42rem;
  border-radius: 1.4rem;
  border: 1px solid rgba(12, 12, 12, 0.08);
  background: #fbf7f2;
  padding: 0.45rem 0.45rem 0.45rem 1.1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 8px 22px rgba(12, 12, 12, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.atlas-home-search:focus-within {
  border-color: rgba(234, 88, 12, 0.28);
  box-shadow: 0 0 0 4px rgba(234, 88, 12, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 12px 24px rgba(12, 12, 12, 0.06);
}

.atlas-home-search input {
  flex: 1;
  min-height: 2.7rem;
  border: none;
  background: transparent;
  outline: none;
  font-size: 0.98rem;
  color: var(--ink);
}

.atlas-home-search input::placeholder {
  color: rgba(12, 12, 12, 0.38);
}

.atlas-home-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  border-radius: 9999px;
  border: 1px solid rgba(12, 12, 12, 0.08);
  background: #fbf7f2;
  padding: 0.5rem 0.95rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(12, 12, 12, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.atlas-home-chip:hover {
  border-color: rgba(234, 88, 12, 0.28);
  background: white;
  color: var(--ink);
  transform: translateY(-1px);
}

.atlas-home-aside {
  display: grid;
  gap: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 1.75rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, #191613 0%, #11100f 100%);
  padding: 1.5rem;
  box-shadow: 0 18px 34px rgba(12, 12, 12, 0.12);
}

.atlas-home-aside .micro-kicker {
  color: rgba(255, 255, 255, 0.46);
}

.atlas-home-stats {
  display: grid;
  gap: 0.9rem;
}

.atlas-home-stat {
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
  padding: 1rem 1.05rem;
}

.atlas-home-stat-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.atlas-home-stat-value {
  margin-top: 0.45rem;
  font-family: "Newsreader", "Noto Serif SC", serif;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: -0.06em;
  color: white;
}

.atlas-home-rule {
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.02));
}

.atlas-home-steps {
  display: grid;
  gap: 0.8rem;
}

.atlas-home-step {
  border-radius: 1rem;
  padding: 0.9rem 1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.92rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.76);
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.surface-card {
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: white;
  box-shadow: var(--shadow-card);
}

.surface-card-hover {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.surface-card-hover:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.surface-warm {
  background: var(--paper-warm);
}

.media-frame {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(12, 12, 12, 0.03), rgba(12, 12, 12, 0.01));
}

.media-frame img, .media-frame video {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 10;
  display: block;
}

.poster-tall img, .poster-tall video { aspect-ratio: 3 / 4; }

.tag-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  border-radius: var(--radius-full);
  border: 1px solid var(--line-strong);
  padding: 0.35rem 0.8rem;
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(12, 12, 12, 0.7);
  background: white;
  cursor: pointer;
  transition: all 0.2s ease;
}

.tag-chip:hover, .tag-chip.is-active {
  border-color: var(--ember);
  background: rgba(234, 88, 12, 0.06);
  color: var(--ink);
}

.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-full);
  padding: 0.5rem 0.9rem;
  font-size: 0.88rem;
  font-weight: 500;
  color: rgba(12, 12, 12, 0.7);
  transition: all 0.2s ease;
}

.nav-link:hover { background: rgba(12, 12, 12, 0.04); color: var(--ink); }

.nav-link[aria-current="page"], .nav-link.is-active {
  background: var(--ink);
  color: white;
}

.nav-blur {
  backdrop-filter: blur(16px);
  background: rgba(250, 250, 249, 0.88);
}

.button-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: var(--radius-full);
  padding: 0.7rem 1.25rem;
  font-size: 0.88rem;
  font-weight: 600;
  background: var(--ember);
  color: white;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 2px 8px rgba(234, 88, 12, 0.25);
}

.button-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(234, 88, 12, 0.35);
  background: #c2410c;
}

.button-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: var(--radius-full);
  padding: 0.7rem 1.25rem;
  font-size: 0.88rem;
  font-weight: 500;
  background: white;
  color: var(--ink);
  border: 1px solid var(--line-strong);
  cursor: pointer;
  transition: all 0.25s ease;
}

.button-secondary:hover {
  transform: translateY(-2px);
  border-color: var(--ember);
  color: var(--ember);
  box-shadow: var(--shadow-sm);
}

.button-ghost-white {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: var(--radius-full);
  padding: 0.6rem 1rem;
  font-size: 0.85rem;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
  transition: all 0.2s ease;
}

.button-ghost-white:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.25);
}

.search-bar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: var(--radius-full);
  border: 1px solid var(--line-strong);
  background: white;
  padding: 0.4rem 0.4rem 0.4rem 1.25rem;
  box-shadow: var(--shadow-sm);
  transition: all 0.25s ease;
}

.search-bar:focus-within {
  border-color: var(--ember);
  box-shadow: 0 0 0 3px rgba(234, 88, 12, 0.08), var(--shadow-md);
}

.search-bar input {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  font-size: 0.95rem;
  min-height: 2.5rem;
}

.search-bar input::placeholder { color: rgba(12, 12, 12, 0.35); }

.rich-copy {
  color: rgba(12, 12, 12, 0.65);
  line-height: 1.75;
}

.copy-block {
  white-space: pre-wrap;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(12, 12, 12, 0.02);
  padding: 1.25rem;
  font-size: 0.88rem;
  line-height: 1.8;
  color: rgba(12, 12, 12, 0.8);
}

.results-grid { display: grid; gap: 1.5rem; }

.quick-link-card {
  display: block;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: white;
  padding: 1.75rem;
  transition: all 0.3s ease;
}

.quick-link-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(234, 88, 12, 0.15);
}

.quick-link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--ember), #f97316);
  color: white;
  margin-bottom: 1.25rem;
}

.quick-link-value {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(12, 12, 12, 0.4);
  margin-bottom: 0.25rem;
}

.quick-link-title {
  font-family: "Newsreader", serif;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.stat-card {
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: white;
  padding: 1.5rem;
  text-align: center;
  box-shadow: var(--shadow-card);
}

.stat-card-dark {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  padding: 1.5rem;
  text-align: center;
}

.stat-value {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ink);
  line-height: 1;
}

.stat-value-light { color: white; }

.stat-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(12, 12, 12, 0.45);
  margin-top: 0.5rem;
}

.stat-label-light { color: rgba(255, 255, 255, 0.55); }

.step-card {
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: white;
  padding: 2rem;
  position: relative;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: var(--radius-full);
  background: linear-gradient(135deg, var(--ember), #f97316);
  color: white;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}

.capability-card {
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: white;
  padding: 1.75rem;
  transition: all 0.3s ease;
}

.capability-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.capability-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(234, 88, 12, 0.08), rgba(249, 115, 22, 0.05));
  color: var(--ember);
  margin-bottom: 1rem;
}

.capability-title {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: var(--ink);
}

.faq-card {
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: white;
  padding: 1.75rem;
}

.lane-card {
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: white;
  padding: 1.5rem;
  transition: all 0.3s ease;
}

.lane-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: rgba(234, 88, 12, 0.15);
}

.lane-pill {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-strong);
  background: white;
  padding: 0.85rem 1rem;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease;
}

.lane-pill:hover, .lane-pill.is-active {
  border-color: var(--ember);
  background: rgba(234, 88, 12, 0.04);
  box-shadow: var(--shadow-sm);
}

.lane-pill strong {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(12, 12, 12, 0.45);
}

.field-label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(12, 12, 12, 0.45);
}

.field-control {
  width: 100%;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-strong);
  background: white;
  padding: 0.8rem 1rem;
  outline: none;
  transition: all 0.2s ease;
}

.field-control:focus {
  border-color: var(--ember);
  box-shadow: 0 0 0 3px rgba(234, 88, 12, 0.08);
}

.micro-kicker {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(12, 12, 12, 0.4);
}

.prompt-preview {
  white-space: pre-wrap;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.25);
  padding: 1.25rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
}

.taxonomy-group {
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: white;
  padding: 1.5rem;
  transition: all 0.3s ease;
}

.taxonomy-group.is-active {
  border-color: var(--ember);
  box-shadow: 0 4px 16px rgba(234, 88, 12, 0.08);
}

.taxonomy-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: white;
  padding: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.taxonomy-card:hover, .taxonomy-card.is-active {
  border-color: var(--ember);
  background: rgba(234, 88, 12, 0.03);
  transform: translateY(-2px);
}

.cta-section {
  border-radius: var(--radius-2xl);
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #18181b 0%, #09090b 100%);
  padding: clamp(2.5rem, 6vw, 4rem);
  color: white;
  text-align: center;
}

.cta-section h2 {
  font-family: "Newsreader", serif;
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  margin: 0 0 1rem;
  line-height: 1.15;
}

.cta-section p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.05rem;
  max-width: 36rem;
  margin: 0 auto 2rem;
  line-height: 1.7;
}

.section-intro {
  max-width: 42rem;
}

.section-intro h2 {
  font-family: "Newsreader", serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  margin: 0.5rem 0 0.75rem;
  line-height: 1.2;
}

.section-intro p {
  color: rgba(12, 12, 12, 0.6);
  font-size: 1rem;
  line-height: 1.7;
}

@keyframes drift {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -6px, 0); }
}

.floating { animation: drift 5s ease-in-out infinite; }

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

.fade-in { animation: fadeInUp 0.5s ease-out forwards; }

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}

.loading { animation: pulse 1.5s ease-in-out infinite; }

@media (max-width: 767px) {
  .search-bar {
    flex-wrap: wrap;
    border-radius: var(--radius-lg);
    padding: 0.75rem;
  }

  .search-bar input { min-height: 2.25rem; width: 100%; }
  .search-bar .button-primary, .search-bar .button-secondary { width: 100%; justify-content: center; }

  .atlas-home-search {
    flex-wrap: wrap;
    border-radius: 1.2rem;
    padding: 0.7rem;
  }

  .atlas-home-search input {
    width: 100%;
    min-height: 2.25rem;
  }

  .atlas-home-search .button-primary {
    width: 100%;
    justify-content: center;
  }
}

@media (min-width: 640px) {
  .results-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .results-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .atlas-home-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}

[data-page="resources"] {
  font-family: "Noto Sans SC", sans-serif;
  background:
    radial-gradient(circle at top, rgba(234, 88, 12, 0.03), transparent 50%),
    radial-gradient(circle at right top, rgba(124, 58, 237, 0.03), transparent 50%),
    var(--paper);
}

[data-page="resources"] .font-editorial {
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 700;
}
