:root {
  --ink: #10151d;
  --muted: #667083;
  --line: #dfe4ec;
  --paper: #f5f7fa;
  --white: #ffffff;
  --blue: #315efb;
  --blue-dark: #173dca;
  --lime: #c4ec12;
  --lime-dark: #718700;
  --lime-soft: #f2f8c9;
  --chart-primary: #58b8ff;
  --orange: #ff9a51;
  --violet: #7968ff;
  --cyan: #47c7d7;
  --rose: #ff6f91;
  --shadow: 0 24px 60px rgba(22, 34, 59, 0.09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 90% 0%, rgba(49, 94, 251, 0.08), transparent 31rem),
    var(--paper);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
.site-shell { max-width: 1540px; margin: 0 auto; min-height: 100vh; }

.topbar {
  height: 78px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 0 48px;
  border-bottom: 1px solid rgba(16, 21, 29, 0.1);
  background: rgba(245, 247, 250, 0.88);
  backdrop-filter: blur(16px);
  position: sticky;
  top: 0;
  z-index: 30;
}
.brand-lockup { display: inline-flex; align-items: center; gap: 12px; font-family: "Manrope", sans-serif; font-weight: 800; letter-spacing: -0.03em; }
.brand-mark { width: 28px; height: 22px; border: 3px solid var(--ink); border-radius: 5px; display: inline-grid; place-items: center; position: relative; }
.brand-mark::before { content: ""; position: absolute; top: -7px; left: 3px; width: 10px; height: 5px; border-radius: 2px 2px 0 0; background: var(--ink); }
.brand-mark span { width: 9px; height: 9px; border: 2px solid var(--blue); border-radius: 50%; }
.topnav { display: flex; gap: 34px; color: #4f596a; font-size: 14px; font-weight: 600; }
.topnav a:hover, .topnav a.active { color: var(--blue); }
.refresh-button { justify-self: end; border: 1px solid var(--line); border-radius: 999px; background: var(--white); padding: 10px 16px; cursor: pointer; color: #455064; font-weight: 700; }
.refresh-button:hover { border-color: var(--blue); color: var(--blue); }
.refresh-button.loading .refresh-icon { display: inline-block; animation: spin 0.8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.hero { padding: 86px 70px 74px; }
.hero-simple { min-height: 565px; display: flex; align-items: center; }
.hero-copy { max-width: 1080px; }
.project-badges { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; }
.project-badges span { padding: 8px 11px; border: 1px solid rgba(49, 94, 251, 0.2); border-radius: 999px; background: rgba(255, 255, 255, 0.72); color: var(--blue-dark); font-size: 11px; font-weight: 800; letter-spacing: 0.055em; text-transform: uppercase; }
.eyebrow, .section-kicker { margin: 0 0 16px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: 0.16em; }
.hero h1 { max-width: 1050px; margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(54px, 7vw, 104px); line-height: 0.97; letter-spacing: -0.068em; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-description { max-width: 760px; margin: 30px 0 0; color: var(--muted); font-size: 20px; line-height: 1.62; }
.hero-supporting { max-width: 740px; margin: 15px 0 0; color: #3f4a5c; font-size: 15px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 35px; }
.primary-button, .secondary-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 800; transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease; }
.primary-button { padding: 14px 20px; border-radius: 10px; background: var(--ink); color: white; box-shadow: 0 12px 24px rgba(16, 21, 29, 0.18); }
.secondary-button { padding: 12px 16px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); color: var(--ink); }
.primary-button:hover, .secondary-button:hover { transform: translateY(-1px); }
.secondary-button:hover { border-color: var(--blue); color: var(--blue); }
.text-link { font-weight: 800; color: #394456; }
.text-link span, .secondary-button span { color: var(--blue); margin-left: 5px; }

.data-notice { margin: 0 48px 24px; padding: 13px 16px; border: 1px solid #f3cc86; background: #fff7e7; border-radius: 10px; color: #75501b; font-size: 14px; }
.data-notice a { text-decoration: underline; font-weight: 700; }
.hidden { display: none !important; }

.metrics-grid { display: grid; grid-template-columns: 1.08fr repeat(4, 1fr); gap: 1px; margin: 0 48px; background: var(--line); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); }
.metric-card { min-height: 164px; padding: 25px 24px; background: var(--white); display: flex; flex-direction: column; justify-content: space-between; }
.metric-card-featured { background: var(--ink); color: var(--white); }
.metric-label { color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.metric-card-featured .metric-label, .metric-card-featured .metric-note { color: rgba(255,255,255,0.6); }
.metric-value { font-family: "Manrope", sans-serif; font-size: clamp(34px, 3vw, 48px); line-height: 1; letter-spacing: -0.05em; }
.metric-text { font-size: clamp(25px, 2vw, 36px); }
.metric-note { color: #838da0; font-size: 13px; }

.insights-grid { display: grid; grid-template-columns: 1.12fr 0.88fr; gap: 24px; padding: 58px 48px 0; }
.secondary-insights { padding-top: 24px; }
.panel { background: var(--white); border: 1px solid var(--line); border-radius: 20px; padding: 30px; box-shadow: 0 14px 36px rgba(22,34,59,0.05); }
.panel-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.panel-heading h2, .section-heading-wide h2, .methodology h2, .directory-hero h1 { margin: 0; font-family: "Manrope", sans-serif; font-size: 31px; letter-spacing: -0.045em; }
.panel-caption { color: var(--muted); font-size: 12px; }
.brand-visual-wrap { display: grid; grid-template-columns: minmax(210px, 0.8fr) 1.2fr; align-items: center; gap: 30px; }
.donut-wrap { display: grid; place-items: center; }
.donut { width: 220px; height: 220px; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(var(--blue) 0 100%); }
.donut-hole { width: 126px; height: 126px; border-radius: 50%; background: var(--white); display: flex; flex-direction: column; justify-content: center; align-items: center; box-shadow: inset 0 0 0 1px var(--line); }
.donut-hole strong { font-family: "Manrope", sans-serif; font-size: 38px; letter-spacing: -0.05em; }
.donut-hole span { color: var(--muted); font-size: 12px; }
.brand-legend { display: grid; gap: 14px; }
.legend-row { display: grid; grid-template-columns: 13px 1fr auto; align-items: center; gap: 11px; }
.legend-dot { width: 11px; height: 11px; border-radius: 50%; }
.legend-name { font-weight: 700; }
.legend-value { color: var(--muted); font-size: 13px; }
.ranked-list, .bar-list { display: grid; gap: 16px; }
.rank-row { display: grid; grid-template-columns: 27px minmax(0, 1fr) auto; align-items: center; gap: 13px; }
.rank-number { color: #a0a8b7; font-family: "Manrope"; font-size: 13px; font-weight: 800; }
.rank-main { min-width: 0; }
.rank-label { display: flex; justify-content: space-between; gap: 10px; font-weight: 700; margin-bottom: 7px; }
.rank-label span:first-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.progress-track { height: 8px; background: #edf0f5; border-radius: 999px; overflow: hidden; }
.progress-fill { height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue), #6f8cff); }
.rank-count { color: var(--muted); font-size: 13px; }
.bar-row { display: grid; gap: 8px; }
.bar-label { display: flex; justify-content: space-between; gap: 16px; font-size: 13px; }
.bar-label strong { font-weight: 700; }
.bar-label span { color: var(--muted); }
.bar-track { height: 12px; border-radius: 999px; background: #edf0f5; overflow: hidden; }
.bar-fill { height: 100%; border-radius: inherit; background: var(--blue); }
.platform-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.platform-card { min-height: 140px; border-radius: 15px; padding: 18px; background: #f2f4f8; display: flex; flex-direction: column; justify-content: space-between; }
.platform-card strong { font-family: "Manrope"; font-size: 32px; letter-spacing: -0.04em; }
.platform-card span { color: var(--muted); font-size: 12px; }
.platform-card.instagram { background: #f7edff; }
.platform-card.youtube { background: #fff0f1; }
.platform-card.both { background: #eaf3ff; }

.creator-section { padding: 80px 48px; }
.section-heading-wide { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 30px; }
.section-heading-actions { display: flex; flex-direction: column; align-items: flex-end; gap: 15px; }
.section-description { max-width: 480px; color: var(--muted); line-height: 1.55; text-align: right; }
.creator-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.creator-card { min-height: 300px; border: 1px solid var(--line); border-radius: 18px; padding: 24px; background: var(--white); display: flex; flex-direction: column; box-shadow: 0 12px 34px rgba(22,34,59,0.04); transition: transform 0.18s ease, box-shadow 0.18s ease; }
.creator-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.creator-card-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; }
.creator-avatar { width: 54px; height: 54px; border-radius: 15px; display: grid; place-items: center; background: var(--ink); color: white; font-family: "Manrope"; font-size: 18px; font-weight: 800; }
.status-pill { padding: 7px 9px; border-radius: 999px; background: #e7f9ee; color: #197141; font-size: 10px; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; }
.status-pill.review { background: #fff3d8; color: #8d611a; }
.creator-card h3 { margin: 21px 0 7px; font-family: "Manrope"; font-size: 22px; letter-spacing: -0.035em; overflow-wrap: anywhere; }
.creator-handle { display: inline-flex; align-items: baseline; gap: 7px; color: var(--ink); text-decoration: none; transition: color 0.18s ease; }
.creator-handle span { color: var(--blue); font-size: 14px; }
.creator-handle:hover { color: var(--blue); }
.creator-handle-static { cursor: default; }
.creator-audience { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; margin-bottom: 7px; font-size: 13px; }
.creator-audience strong { color: var(--blue); }
.creator-audience span { color: var(--muted); }
.creator-meta { color: var(--muted); font-size: 13px; }
.camera-chip { margin-top: 24px; padding: 14px 15px; border-radius: 12px; background: #f1f4f9; }
.camera-chip span { display: block; margin-bottom: 5px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: 0.1em; }
.camera-chip strong { display: block; font-size: 15px; }
.camera-chip small { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; }
.creator-footer { margin-top: auto; padding-top: 18px; display: flex; justify-content: space-between; gap: 16px; font-size: 12px; color: var(--muted); }
.empty-state { grid-column: 1 / -1; padding: 60px 20px; text-align: center; color: var(--muted); background: var(--white); border: 1px dashed var(--line); border-radius: 18px; }
.empty-state.compact { padding: 25px 15px; }

.methodology { margin: 0 48px 48px; padding: 52px; border-radius: 24px; background: var(--ink); color: var(--white); display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 60px; }
.section-kicker.light { color: #8aa3ff; }
.methodology-intro { margin: 20px 0 0; color: rgba(255,255,255,0.66); line-height: 1.65; }
.methodology-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.methodology article { border-left: 1px solid rgba(255,255,255,0.16); padding-left: 20px; }
.methodology article > span { color: #8aa3ff; font-family: "Manrope"; font-weight: 800; font-size: 13px; }
.methodology h3 { margin: 18px 0 9px; font-size: 16px; }
.methodology article p { margin: 0; color: rgba(255,255,255,0.62); font-size: 13px; line-height: 1.6; }

.directory-hero { padding: 76px 48px 38px; }
.directory-hero h1 { font-size: clamp(50px, 6vw, 82px); letter-spacing: -0.065em; }
.directory-hero > p:last-child { max-width: 750px; margin: 20px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.directory-section { padding: 20px 48px 80px; }
.directory-toolbar { display: flex; justify-content: space-between; align-items: flex-end; gap: 28px; margin-bottom: 28px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 12px 34px rgba(22,34,59,0.04); }
.directory-count { display: flex; align-items: baseline; gap: 9px; }
.directory-count strong { font-family: "Manrope"; font-size: 34px; letter-spacing: -0.05em; }
.directory-count span { color: var(--muted); }
.directory-controls { display: flex; flex-wrap: wrap; gap: 14px; }
.directory-controls label { display: grid; gap: 6px; }
.directory-controls label > span { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.directory-controls select { min-width: 185px; padding: 11px 38px 11px 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); color: var(--ink); cursor: pointer; }
.directory-controls select:focus { outline: 2px solid rgba(49,94,251,0.2); border-color: var(--blue); }
.directory-grid { min-height: 300px; }

footer { display: flex; justify-content: space-between; align-items: center; padding: 28px 48px 42px; color: var(--muted); font-size: 12px; }
footer .brand-lockup { color: var(--ink); }

@media (max-width: 1120px) {
  .metrics-grid { grid-template-columns: repeat(2, 1fr); }
  .metric-card-featured { grid-column: span 2; }
  .insights-grid { grid-template-columns: 1fr; }
  .creator-grid { grid-template-columns: repeat(2, 1fr); }
  .methodology { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .topbar { height: 68px; padding: 0 20px; grid-template-columns: 1fr auto; }
  .topnav { display: none; }
  .brand-lockup > span:last-child { font-size: 14px; }
  .refresh-button { padding: 9px 12px; font-size: 12px; }
  .hero { padding: 56px 22px 48px; }
  .hero-simple { min-height: auto; }
  .hero h1 { font-size: 52px; }
  .hero-description { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .project-badges { margin-bottom: 22px; }
  .metrics-grid, .data-notice { margin-left: 18px; margin-right: 18px; }
  .metrics-grid { grid-template-columns: 1fr; }
  .metric-card-featured { grid-column: auto; }
  .metric-card { min-height: 138px; }
  .insights-grid { padding: 35px 18px 0; }
  .panel { padding: 22px; }
  .brand-visual-wrap { grid-template-columns: 1fr; }
  .donut { width: 190px; height: 190px; }
  .platform-grid { grid-template-columns: 1fr; }
  .creator-section { padding: 58px 18px; }
  .section-heading-wide { align-items: flex-start; flex-direction: column; }
  .section-heading-actions { align-items: flex-start; }
  .section-description { text-align: left; }
  .creator-grid { grid-template-columns: 1fr; }
  .creator-footer { flex-direction: column; gap: 6px; }
  .methodology { margin: 0 18px 28px; padding: 34px 24px; }
  .methodology-steps { grid-template-columns: 1fr; }
  .directory-hero { padding: 56px 20px 25px; }
  .directory-hero h1 { font-size: 52px; }
  .directory-section { padding: 18px 18px 60px; }
  .directory-toolbar { align-items: stretch; flex-direction: column; }
  .directory-controls { display: grid; grid-template-columns: 1fr; }
  .directory-controls select { width: 100%; }
  footer { padding: 24px 20px 35px; align-items: flex-start; flex-direction: column; gap: 15px; }
}


/* Creator submission CTA and modal */
.button-element { border: 0; cursor: pointer; font: inherit; }
.contribute-section {
  margin: 58px 48px 0;
  padding: 38px 42px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 78% 20%, rgba(185, 255, 102, 0.22), transparent 18rem),
    var(--ink);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  box-shadow: var(--shadow);
}
.contribute-copy { max-width: 800px; }
.contribute-copy h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(34px, 4vw, 58px);
  letter-spacing: -0.055em;
}
.contribute-copy p:last-child {
  max-width: 710px;
  margin: 16px 0 0;
  color: rgba(255,255,255,0.72);
  font-size: 17px;
  line-height: 1.65;
}
.contribute-button {
  flex: 0 0 auto;
  min-width: 190px;
  padding: 16px 20px;
  border: 0;
  border-radius: 12px;
  background: var(--lime);
  color: var(--ink);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(0,0,0,0.24);
  transition: transform 0.18s ease;
}
.contribute-button:hover { transform: translateY(-2px); }
.contribute-button span { margin-left: 8px; font-size: 20px; }
.directory-add-button { margin-top: 26px; }

.modal-open { overflow: hidden; }
.submission-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
}
.submission-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 13, 22, 0.68);
  backdrop-filter: blur(8px);
}
.submission-dialog {
  position: relative;
  width: min(760px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: 36px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 34px 100px rgba(0,0,0,0.32);
}
.modal-close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.submission-heading { padding-right: 38px; }
.submission-heading h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 38px;
  letter-spacing: -0.05em;
}
.submission-heading > p:last-child {
  margin: 13px 0 0;
  color: var(--muted);
  line-height: 1.6;
}
.submission-form {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.form-field {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}
.form-field-wide { grid-column: 1 / -1; }
.form-field span { display: flex; justify-content: space-between; align-items: baseline; }
.form-field small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
}
.form-field input,
.form-field select {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  outline: none;
}
.form-field input:focus,
.form-field select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(49,94,251,0.12);
}
.submission-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 4px;
}
.submission-actions button:disabled { opacity: 0.58; cursor: wait; }
.submission-status {
  grid-column: 1 / -1;
  padding: 13px 15px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.submission-status.success {
  color: #0d6830;
  background: #e9faef;
  border: 1px solid #aee3bf;
}
.submission-status.error {
  color: #8a2630;
  background: #fff0f1;
  border: 1px solid #f2b6bc;
}

@media (max-width: 760px) {
  .contribute-section {
    margin-left: 20px;
    margin-right: 20px;
    padding: 30px 24px;
    align-items: flex-start;
    flex-direction: column;
  }
  .contribute-button { width: 100%; }
  .submission-modal { padding: 10px; }
  .submission-dialog { padding: 28px 20px 22px; max-height: calc(100vh - 20px); }
  .submission-heading h2 { font-size: 31px; }
  .submission-form { grid-template-columns: 1fr; }
  .form-field-wide { grid-column: 1; }
  .submission-actions { flex-direction: column-reverse; }
  .submission-actions button { width: 100%; }
}


/* Favorite focal length and FPS distributions */
.preference-insights { padding-top: 24px; }
.preference-panel { min-width: 0; }
.preference-visual-wrap {
  grid-template-columns: minmax(180px, 0.68fr) minmax(0, 1.32fr);
  align-items: start;
}
.preference-donut {
  width: 190px;
  height: 190px;
}
.preference-donut .donut-hole {
  width: 112px;
  height: 112px;
}
.preference-donut .donut-hole strong { font-size: 34px; }
.preference-legend {
  max-height: 330px;
  overflow-y: auto;
  padding-right: 8px;
}
.preference-legend .legend-name {
  min-width: 0;
  overflow-wrap: anywhere;
}
.preference-legend .legend-value { white-space: nowrap; }

@media (max-width: 1120px) {
  .preference-visual-wrap {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .preference-legend {
    width: 100%;
    max-height: none;
  }
}

/* Editorial / cool brand identity */
.brand-lockup-image {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}
.brand-lockup-image img {
  display: block;
  width: 250px;
  max-width: 100%;
  height: auto;
}
.topbar .brand-lockup-image img {
  width: 255px;
}
.footer-brand img {
  width: 235px;
}
@media (max-width: 760px) {
  .topbar .brand-lockup-image img {
    width: 185px;
  }
  .footer-brand img {
    width: 190px;
  }
}


/* Balanced lime accent system */
body {
  background:
    radial-gradient(circle at 90% 0%, rgba(196, 236, 18, 0.13), transparent 31rem),
    var(--paper);
}

.topnav a,
.refresh-button,
.text-link,
.secondary-button {
  transition:
    color 0.18s ease,
    border-color 0.18s ease,
    background-color 0.18s ease,
    transform 0.18s ease;
}

.topnav a:hover,
.topnav a.active {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--lime);
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}

.refresh-button:hover {
  border-color: var(--lime);
  color: var(--ink);
  box-shadow: 0 0 0 3px rgba(196, 236, 18, 0.16);
}

.project-badges span {
  border-color: rgba(113, 135, 0, 0.24);
  background: rgba(242, 248, 201, 0.72);
  color: #5d7000;
}

.eyebrow,
.section-kicker {
  color: var(--lime-dark);
}

.hero h1 em {
  color: var(--lime);
  font-style: normal;
  background: none;
}

.primary-button {
  background: var(--lime);
  color: var(--ink);
  box-shadow: 0 12px 24px rgba(73, 87, 0, 0.16);
}

.primary-button:hover {
  background: #d1f52d;
  color: var(--ink);
}

.secondary-button:hover {
  border-color: var(--lime);
  color: var(--ink);
  box-shadow: 0 0 0 3px rgba(196, 236, 18, 0.14);
}

.text-link {
  color: var(--ink);
  background-image: linear-gradient(var(--lime), var(--lime));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 3px;
  padding-bottom: 3px;
}

.text-link:hover {
  background-size: 100% 7px;
}

.text-link span,
.secondary-button span {
  color: var(--lime-dark);
}

.donut {
  background: conic-gradient(var(--lime) 0 100%);
}

.progress-fill {
  background: linear-gradient(90deg, var(--lime), #8eab00);
}

.bar-fill {
  background: var(--lime);
}

.creator-handle span {
  color: var(--lime-dark);
}

.creator-handle:hover {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--lime);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.creator-audience strong {
  color: #5f7400;
}

.directory-controls select:focus {
  outline: 2px solid rgba(196, 236, 18, 0.32);
  border-color: var(--lime-dark);
}

/* Sixth card on the homepage: See all creators */
.see-all-creators-card {
  min-height: 300px;
  border: 1px solid rgba(113, 135, 0, 0.28);
  border-radius: 18px;
  padding: 28px;
  background:
    radial-gradient(circle at 88% 12%, rgba(196, 236, 18, 0.38), transparent 12rem),
    var(--ink);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 16px 38px rgba(16, 21, 29, 0.12);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.see-all-creators-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 52px rgba(16, 21, 29, 0.18);
}

.see-all-card-label {
  color: var(--lime);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.see-all-creators-card h3 {
  max-width: 330px;
  margin: 30px 0 12px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.see-all-creators-card p {
  max-width: 360px;
  margin: 0;
  color: rgba(255,255,255,0.66);
  line-height: 1.55;
}

.see-all-card-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  padding: 15px 17px;
  border-radius: 11px;
  background: var(--lime);
  color: var(--ink);
  font-weight: 800;
}

.see-all-card-button span {
  font-size: 20px;
  line-height: 1;
}


/* Infographics use sky blue for the leading / first data color.
   Lime remains the website's brand accent everywhere else. */
.donut {
  background: conic-gradient(var(--chart-primary) 0 100%);
}

.progress-fill {
  background: linear-gradient(90deg, var(--chart-primary), #2d8fd2);
}

.bar-fill {
  background: var(--chart-primary);
}


/* Spacing fix after moving the contribution block below Latest added creators */
.creator-section + .contribute-section {
  margin-top: 0;
  margin-bottom: 58px;
}

.contribute-section + .methodology {
  margin-top: 0;
}

@media (max-width: 760px) {
  .creator-section + .contribute-section {
    margin-top: 0;
    margin-bottom: 36px;
  }
}
