@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Newsreader:opsz,wght@6..72,500;6..72,650;6..72,750&display=swap");

:root {
  --sue-bg: #f3f6fa;
  --sue-surface: #ffffff;
  --sue-paper: #fbfcfd;
  --sue-text: #111820;
  --sue-muted: #607084;
  --sue-line: #d9e1ea;
  --sue-blue: #0b4ea2;
  --sue-yellow: #f4cf31;
  --sue-green: #178765;
  --sue-red: #c63838;
  --sue-shadow: 0 16px 48px rgba(25, 42, 61, .12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--sue-text);
  background: var(--sue-bg);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

a:hover {
  color: var(--sue-blue);
}

.sue-skip-link {
  position: absolute;
  left: 12px;
  top: -60px;
  z-index: 100;
  background: var(--sue-yellow);
  color: #141414;
  padding: 8px 10px;
}

.sue-skip-link:focus {
  top: 12px;
}

.sue-site-header,
.sue-site-footer {
  background: var(--sue-surface);
  border-bottom: 1px solid var(--sue-line);
}

.sue-topbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  padding: 8px clamp(16px, 4vw, 42px);
  background: var(--sue-blue);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.sue-topbar span:last-child {
  color: var(--sue-yellow);
}

.sue-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px clamp(16px, 4vw, 42px) 12px;
}

.sue-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.sue-brand strong {
  display: block;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(32px, 4vw, 48px);
  line-height: .9;
}

.sue-brand small {
  display: block;
  margin-top: 4px;
  color: var(--sue-muted);
  font-size: 12px;
  font-weight: 700;
}

.sue-flag {
  position: relative;
  width: 36px;
  height: 25px;
  flex: 0 0 auto;
  border-radius: 4px;
  background: var(--sue-blue);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .22);
}

.sue-flag::before,
.sue-flag::after {
  content: "";
  position: absolute;
  background: var(--sue-yellow);
}

.sue-flag::before {
  left: 11px;
  top: 0;
  width: 5px;
  height: 100%;
}

.sue-flag::after {
  left: 0;
  top: 10px;
  width: 100%;
  height: 5px;
}

.sue-search {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: min(320px, 42vw);
}

.sue-search input {
  width: 100%;
  min-height: 38px;
  border: 1px solid var(--sue-line);
  border-radius: 6px;
  padding: 8px 10px;
  background: var(--sue-paper);
  color: var(--sue-text);
}

.sue-search button,
.sue-share-x {
  min-height: 38px;
  border: 1px solid var(--sue-line);
  border-radius: 6px;
  padding: 8px 12px;
  background: var(--sue-yellow);
  color: #141414;
  font-weight: 800;
  cursor: pointer;
}

.sue-nav {
  display: flex;
  gap: 6px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 42px) 15px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.sue-nav a {
  flex: 0 0 auto;
  border: 1px solid var(--sue-line);
  border-radius: 999px;
  padding: 6px 10px;
  background: var(--sue-paper);
  font-size: 12px;
  font-weight: 700;
}

.sue-site-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(16px, 4vw, 32px) clamp(16px, 4vw, 42px);
}

.sue-home {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 18px;
  align-items: start;
}

.sue-hero-article,
.sue-morning-list,
.sue-post-card,
.sue-empty-state,
.sue-category-hero,
.sue-article-aside section {
  overflow: hidden;
  background: var(--sue-surface);
  border: 1px solid var(--sue-line);
  border-radius: 8px;
  box-shadow: var(--sue-shadow);
}

.sue-hero-media,
.sue-card-image {
  display: block;
  background: #d8e4eb;
}

.sue-hero-media img,
.sue-card-image img,
.sue-generated-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.sue-generated-media {
  position: relative;
  display: block;
  min-height: 180px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(10, 20, 30, .02), rgba(10, 20, 30, .48)),
    linear-gradient(135deg, #9dbfd8, #eff4f4 45%, #7e8f6a);
}

.sue-generated-media::before {
  content: "";
  position: absolute;
  inset: auto -4% 0 -4%;
  height: 42%;
  background:
    linear-gradient(90deg, transparent 0 6%, rgba(12, 34, 51, .88) 6% 9%, transparent 9% 16%, rgba(12, 34, 51, .86) 16% 21%, transparent 21% 28%, rgba(12, 34, 51, .9) 28% 36%, transparent 36% 45%, rgba(12, 34, 51, .84) 45% 53%, transparent 53% 62%, rgba(12, 34, 51, .9) 62% 74%, transparent 74%),
    linear-gradient(180deg, rgba(25, 54, 72, .9), rgba(11, 31, 48, .96));
  clip-path: polygon(0 70%, 8% 57%, 13% 63%, 19% 50%, 25% 57%, 31% 42%, 37% 57%, 43% 46%, 50% 56%, 56% 38%, 61% 56%, 67% 45%, 73% 58%, 80% 42%, 86% 58%, 93% 50%, 100% 63%, 100% 100%, 0 100%);
}

.sue-generated-media::after {
  content: "";
  position: absolute;
  width: 78px;
  height: 78px;
  right: 10%;
  top: 16%;
  border-radius: 50%;
  background: rgba(244, 207, 49, .72);
  box-shadow: 0 0 36px rgba(244, 207, 49, .5);
}

.sue-hero-copy,
.sue-card-copy {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.sue-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--sue-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.sue-meta-row a {
  border-radius: 999px;
  padding: 5px 8px;
  background: var(--sue-yellow);
  color: #141414;
}

.sue-hero-copy h1,
.sue-category-hero h1,
.sue-article-header h1 {
  margin: 0;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 750;
  line-height: .96;
}

.sue-card-copy h2 {
  margin: 0;
  font-family: Newsreader, Georgia, serif;
  font-size: 24px;
  line-height: 1.05;
}

.sue-hero-copy p,
.sue-card-copy p,
.sue-empty-state p,
.sue-category-hero p,
.sue-article-header p,
.sue-article-aside p {
  margin: 0;
  color: var(--sue-muted);
}

.sue-morning-list {
  display: grid;
  align-content: start;
  box-shadow: none;
}

.sue-morning-list h2,
.sue-section-head,
.sue-article-aside h2 {
  margin: 0;
  padding: 14px;
  border-bottom: 1px solid var(--sue-line);
  font-size: 16px;
}

.sue-morning-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--sue-line);
}

.sue-morning-item:last-child {
  border-bottom: 0;
}

.sue-morning-item span {
  color: var(--sue-blue);
  font-size: 12px;
  font-weight: 800;
}

.sue-morning-item strong {
  font-size: 14px;
  line-height: 1.25;
}

.sue-section {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.sue-section-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  padding: 0 0 10px;
  border-bottom: 1px solid var(--sue-line);
}

.sue-section-head h2 {
  margin: 0;
}

.sue-section-head span {
  color: var(--sue-muted);
  font-size: 12px;
  font-weight: 700;
}

.sue-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.sue-card-grid-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sue-post-card {
  box-shadow: none;
}

.sue-empty-state,
.sue-category-hero {
  display: grid;
  gap: 10px;
  padding: clamp(22px, 4vw, 40px);
}

.sue-empty-state h1,
.sue-empty-state h2 {
  margin: 0;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(32px, 5vw, 58px);
}

.sue-category-hero {
  border-left: 6px solid var(--sue-yellow);
  box-shadow: none;
}

.sue-category-hero span {
  color: var(--sue-blue);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.sue-article {
  display: grid;
  gap: 20px;
}

.sue-article-header {
  display: grid;
  gap: 14px;
  max-width: 820px;
}

.sue-article-header p {
  color: var(--sue-text);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.42;
}

.sue-featured-image {
  margin: 0;
  overflow: hidden;
  background: var(--sue-surface);
  border: 1px solid var(--sue-line);
  border-radius: 8px;
}

.sue-featured-image img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
}

.sue-featured-image figcaption {
  padding: 8px 10px;
  color: var(--sue-muted);
  font-size: 12px;
  font-weight: 700;
}

.sue-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 26px;
  align-items: start;
}

.sue-article-body {
  max-width: 720px;
  font-family: Newsreader, Georgia, serif;
  font-size: 20px;
  line-height: 1.62;
}

.sue-article-body h2 {
  margin: 28px 0 8px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 22px;
  line-height: 1.2;
}

.sue-article-body p {
  margin: 0 0 16px;
}

.sna-source-box {
  margin-top: 28px;
  padding: 16px;
  border: 1px solid var(--sue-line);
  border-left: 6px solid var(--sue-yellow);
  border-radius: 8px;
  background: var(--sue-surface);
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
}

.sna-source-box h2 {
  margin-top: 0;
}

.sue-article-aside {
  display: grid;
  gap: 12px;
}

.sue-article-aside section {
  padding: 14px;
  box-shadow: none;
}

.sue-article-aside h2 {
  padding: 0 0 10px;
  margin-bottom: 10px;
}

.sue-article-aside ul {
  margin: 0;
  padding-left: 18px;
}

.sue-share-x {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sue-site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-top: 32px;
  padding: 22px clamp(16px, 4vw, 42px);
}

.sue-site-footer div {
  display: grid;
  gap: 4px;
}

.sue-site-footer span {
  color: var(--sue-muted);
  font-size: 13px;
}

.nav-links {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}

.nav-links a,
.nav-links span {
  border: 1px solid var(--sue-line);
  border-radius: 6px;
  padding: 7px 10px;
  background: var(--sue-surface);
  font-weight: 700;
}

@media (max-width: 900px) {
  .sue-header-inner,
  .sue-home,
  .sue-article-layout {
    grid-template-columns: 1fr;
  }

  .sue-header-inner {
    display: grid;
  }

  .sue-search {
    min-width: 0;
    width: 100%;
  }

  .sue-card-grid,
  .sue-card-grid-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .sue-topbar,
  .sue-site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .sue-card-grid,
  .sue-card-grid-list {
    grid-template-columns: 1fr;
  }

  .sue-hero-copy h1,
  .sue-category-hero h1,
  .sue-article-header h1 {
    font-size: 36px;
  }

  .sue-article-body {
    font-size: 18px;
  }
}

