.mapleforge-brand,
.mapleforge-footer-logo {
  display: inline-block;
  color: #111111;
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.mapleforge-brand:hover,
.mapleforge-footer-logo:hover {
  color: #ef1b48;
}

.classynav ul li a.active-source {
  color: #ef1b48;
}

.mapleforge-status {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 150px;
  padding-left: 24px;
  font-family: "Raleway", sans-serif;
  text-align: right;
  text-transform: uppercase;
}

.mapleforge-status span {
  color: #858585;
  font-size: 11px;
  font-weight: 700;
}

.mapleforge-status strong {
  color: #111111;
  font-size: 13px;
  font-weight: 900;
}

.single-blog-post .blog-thumbnail img {
  width: 100%;
  object-fit: cover;
}

.single-blog-post.style-1 .blog-thumbnail img {
  height: 100%;
}

.single-blog-post.style-2 .blog-thumbnail img {
  aspect-ratio: 16 / 10;
}

.single-blog-post.style-3 .blog-thumbnail img {
  aspect-ratio: 16 / 10;
}

.single-blog-post.style-4 .blog-thumbnail img {
  width: 120px;
  height: 90px;
}

.single-blog-post.style-1 .blog-content .post-title,
.single-blog-post.style-2 .blog-content .post-title,
.single-blog-post.style-3 .blog-content .post-title,
.single-blog-post.style-4 .blog-content .post-title {
  overflow-wrap: anywhere;
}

.mapleforge-summary {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 10px;
  color: #858585;
  font-size: 14px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.mapleforge-summary p {
  margin-bottom: 0;
}

.status-content {
  width: 100%;
  margin-left: 0 !important;
}

.source-card {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.source-card a {
  display: block;
  color: #111111;
  font-size: 16px;
  font-weight: 800;
}

.source-card span {
  display: block;
  margin-top: 4px;
  color: #858585;
  font-size: 12px;
  overflow-wrap: anywhere;
}

.account-area {
  background:
    linear-gradient(180deg, rgba(17, 17, 17, 0.03), rgba(255, 255, 255, 0) 280px),
    #f6f6f4;
  min-height: 620px;
  padding: 72px 0 84px;
}

.account-area *,
.account-area *::before,
.account-area *::after {
  box-sizing: border-box;
}

.account-auth-area {
  padding: 84px 0 96px;
}

.section-heading {
  margin-bottom: 32px;
  text-align: center;
}

.section-heading h1,
.saas-panel h1,
.saas-panel h2 {
  color: #111111;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pricing-grid,
.dashboard-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-bottom: 28px;
}

.saas-panel {
  background: #ffffff;
  border: 1px solid #e3e0da;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(17, 17, 17, 0.06);
  padding: 26px;
}

.saas-panel label {
  color: #111111;
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin: 14px 0 6px;
  text-transform: uppercase;
}

.saas-panel input {
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  min-height: 44px;
  padding: 10px 12px;
  width: 100%;
}

.saas-panel input:focus,
.auth-card input:focus {
  border-color: #ef1b48;
  box-shadow: 0 0 0 3px rgba(239, 27, 72, 0.12);
  outline: none;
}

.saas-panel button,
.saas-button,
.nav-logout {
  background: #ef1b48;
  border: 0;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  margin-top: 16px;
  padding: 12px 16px;
  text-transform: uppercase;
}

.saas-panel button:hover,
.saas-button:hover,
.nav-logout:hover {
  background: #111111;
  color: #ffffff;
}

.secondary-button {
  background: #111111 !important;
}

.secondary-button:hover {
  background: #ef1b48 !important;
}

.nav-logout {
  margin: 0;
  padding: 8px 10px;
}

.price {
  color: #ef1b48;
  font-size: 28px;
  font-weight: 900;
}

.muted,
.notice {
  color: #666666;
}

.notice {
  background: #fff4d8;
  border: 1px solid #f1d38a;
  border-radius: 8px;
  color: #6b4a00;
  font-weight: 700;
  margin: 0 0 18px;
  padding: 12px 14px;
}

.source-row,
.button-row {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.source-row {
  border-top: 1px solid #eeeeee;
  padding: 14px 0;
}

.source-row span {
  color: #777777;
  display: block;
  overflow-wrap: anywhere;
}

.auth-layout {
  align-items: stretch;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.75fr);
  min-width: 0;
}

.auth-copy {
  background: #111111;
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 440px;
  overflow: hidden;
  padding: 44px;
  position: relative;
  min-width: 0;
}

.auth-copy::after {
  background:
    linear-gradient(90deg, rgba(239, 27, 72, 0.86), rgba(239, 27, 72, 0)),
    url("/static/newsbox/img/bg-img/17.jpg") center/cover;
  content: "";
  inset: auto 0 0 0;
  height: 42%;
  opacity: 0.55;
  position: absolute;
  z-index: 0;
}

.auth-copy > * {
  position: relative;
  z-index: 1;
}

.account-kicker {
  color: #ef1b48;
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.auth-copy h1,
.dashboard-hero h1 {
  color: inherit;
  font-family: "Raleway", sans-serif;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
  margin-bottom: 16px;
  max-width: 680px;
  text-transform: uppercase;
}

.auth-copy p,
.dashboard-hero p,
.panel-copy {
  color: #6d6d6d;
  font-size: 15px;
  line-height: 1.7;
}

.auth-copy p {
  color: #d5d5d5;
  max-width: 560px;
}

.auth-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
  position: relative;
  z-index: 1;
}

.auth-points span {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  padding: 8px 12px;
  text-transform: uppercase;
}

.auth-card {
  background: #ffffff;
  border: 1px solid #e3e0da;
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(17, 17, 17, 0.09);
  padding: 34px;
  min-width: 0;
}

.auth-card-head {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 22px;
  padding-bottom: 18px;
}

.auth-card-head span {
  color: #858585;
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.auth-card-head h2,
.dashboard-hero h1,
.account-stats strong {
  color: #111111;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.auth-card label {
  color: #111111;
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin: 14px 0 6px;
  text-transform: uppercase;
}

.auth-card input {
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  min-height: 48px;
  padding: 11px 12px;
  width: 100%;
}

.auth-card button {
  background: #ef1b48;
  border: 0;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  margin-top: 18px;
  min-height: 48px;
  padding: 12px 18px;
  text-transform: uppercase;
  width: 100%;
}

.auth-card button:hover {
  background: #111111;
}

.auth-switch {
  color: #666666;
  margin: 18px 0 0;
}

.auth-switch a {
  color: #ef1b48;
  font-weight: 900;
}

.dashboard-area {
  padding-top: 58px;
}

.dashboard-hero {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e3e0da;
  border-radius: 8px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 22px;
  padding: 32px;
}

.dashboard-hero h1 {
  margin-bottom: 8px;
}

.dashboard-hero p {
  margin-bottom: 0;
}

.plan-badge {
  background: #111111;
  border-radius: 8px;
  color: #ffffff;
  min-width: 178px;
  padding: 20px;
  text-align: center;
}

.plan-badge span,
.plan-badge small,
.account-stats span {
  display: block;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.plan-badge span {
  color: #ef1b48;
}

.plan-badge strong {
  color: #ffffff;
  display: block;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  margin: 8px 0;
}

.plan-badge small {
  color: #cfcfcf;
}

.dashboard-notice {
  margin-bottom: 22px;
}

.account-stats {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 22px;
}

.account-stats div {
  background: #ffffff;
  border: 1px solid #e3e0da;
  border-radius: 8px;
  padding: 20px;
}

.account-stats span {
  color: #858585;
  margin-bottom: 8px;
}

.account-stats strong {
  font-size: 24px;
}

.plan-features {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.plan-features li {
  border-top: 1px solid #eeeeee;
  color: #666666;
  font-size: 13px;
  padding: 8px 0;
}

.sources-panel {
  margin-top: 6px;
}

@media (max-width: 991px) {
  .auth-layout {
    grid-template-columns: 1fr;
  }

  .auth-copy {
    min-height: 320px;
  }

  .dashboard-hero {
    align-items: flex-start;
    flex-direction: column;
  }

  .plan-badge {
    width: 100%;
  }

  .account-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .account-area {
    padding: 44px 0 56px;
  }

  .account-area .container {
    max-width: 100%;
    overflow: hidden;
  }

  .auth-copy,
  .auth-card,
  .dashboard-hero,
  .saas-panel {
    max-width: 100%;
    padding: 22px;
  }

  .auth-copy,
  .auth-card {
    min-width: 0;
    width: calc(100vw - 30px);
  }

  .auth-copy h1,
  .dashboard-hero h1 {
    font-size: 30px;
  }

  .button-row,
  .source-row {
    align-items: stretch;
    flex-direction: column;
  }

  .button-row form,
  .button-row button,
  .source-row form,
  .source-row button {
    width: 100%;
  }
}

.article-inline-image {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.rss-body,
.rss-body p {
  color: #4c4c4c;
  font-size: 17px;
  line-height: 1.9;
}

.rss-body a {
  color: #ef1b48;
  text-decoration: underline;
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.article-tags span {
  background: #f4f4f4;
  color: #111111;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 10px;
  text-transform: uppercase;
}

.ai-masthead {
  background: #111111;
  color: #ffffff;
  padding: 90px 0 70px;
}

.ai-masthead .tag span {
  background: #ef1b48;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  padding: 6px 10px;
  text-transform: uppercase;
}

.ai-masthead h1 {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 46px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 12px 0 14px;
  text-transform: uppercase;
}

.ai-masthead p {
  color: #cfcfcf;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 0;
}

.ai-status-box {
  border-left: 4px solid #ef1b48;
  padding: 14px 0 14px 18px;
  text-align: left;
}

.ai-status-box span,
.ai-status-box strong {
  display: block;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}

.ai-status-box span {
  color: #cfcfcf;
  font-size: 12px;
  font-weight: 800;
}

.ai-status-box strong {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
}

.ai-section {
  padding-top: 70px;
}

.ai-section-deck {
  color: #858585;
  font-size: 14px;
  margin: 8px 0 0;
}

.ai-api-link {
  color: #ef1b48;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ai-card .blog-thumbnail {
  position: relative;
}

.ai-score {
  background: #ef1b48;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 900;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 44px;
}

.ai-rationale {
  color: #666666;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 10px;
}

.personal-flag {
  background: #111111;
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  font-weight: 900;
  margin-top: 10px;
  padding: 4px 8px;
  text-transform: uppercase;
}

.ai-empty {
  border-top: 4px solid #111111;
  padding: 24px 0;
}

.ai-empty strong,
.ai-empty span {
  display: block;
}

.ai-empty strong {
  color: #111111;
  font-size: 18px;
  font-weight: 900;
}

.ai-empty span {
  color: #858585;
  margin-top: 6px;
}

.brief-block {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 54px;
  padding-bottom: 32px;
}

.brief-row .blog-content {
  padding-left: 18px;
}

.cluster-card,
.busy-summary,
.ai-article-panel,
.admin-panel {
  border-top: 4px solid #111111;
  margin-bottom: 30px;
  padding: 22px 0 0;
}

.cluster-card h4,
.busy-summary h4,
.ai-article-panel h4,
.admin-panel h4 {
  color: #111111;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.cluster-card span {
  color: #858585;
  display: block;
  font-size: 12px;
  margin-bottom: 12px;
}

.cluster-card a {
  border-bottom: 1px solid #eeeeee;
  color: #111111;
  display: block;
  font-weight: 800;
  padding: 10px 0;
}

.article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0;
}

.mini-action,
.search-panel button,
.admin-panel button {
  background: #111111;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 900;
  min-height: 38px;
  padding: 9px 14px;
  text-transform: uppercase;
}

.mini-action.danger {
  background: #ef1b48;
}

.busy-summary strong {
  color: #111111;
  display: block;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 12px;
}

.busy-summary p,
.ai-article-panel p {
  color: #555555;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 8px;
}

.busy-summary span {
  color: #111111;
  font-weight: 900;
}

.signal-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  margin: 14px 0;
}

.signal-grid span {
  background: #f4f4f4;
  color: #111111;
  font-size: 12px;
  font-weight: 900;
  padding: 8px 10px;
  text-transform: uppercase;
}

.search-panel {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(180px, 2fr) repeat(3, minmax(130px, 1fr)) auto;
  margin-top: 28px;
}

.search-panel input,
.search-panel select,
.admin-panel input {
  background: #ffffff;
  border: 0;
  color: #111111;
  min-height: 42px;
  padding: 9px 12px;
  width: 100%;
}

.admin-grid {
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
}

.admin-panel label {
  color: #111111;
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.admin-panel input {
  border: 1px solid #dddddd;
  display: block;
  margin-top: 6px;
}

.admin-panel .check-row {
  align-items: center;
  display: flex;
  gap: 10px;
}

.admin-panel .check-row input {
  min-height: 0;
  width: auto;
}

.footer-logo {
  margin-bottom: 50px !important;
}

@media only screen and (max-width: 991px) {
  .mapleforge-status {
    align-items: flex-start;
    padding: 15px 0;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .mapleforge-brand,
  .mapleforge-footer-logo {
    font-size: 22px;
  }

  .intro-news-filter {
    align-items: flex-start !important;
    flex-direction: column;
    gap: 14px;
  }

  .ai-masthead {
    padding: 60px 0 50px;
  }

  .ai-masthead h1 {
    font-size: 32px;
  }

  .search-panel,
  .admin-grid {
    grid-template-columns: 1fr;
  }
}
