/* Light editorial redesign. The animated India’s Next Big Talent card is not modified here. */
:root {
  --ink: #17182b;
  --muted: #72788e;
  --paper: #ffffff;
  --line: #e5e7ef;
  --dark: #111326;
}

body {
  background: #ffffff;
  color: #17182b;
}

#discover,
#categories,
#how,
#winners {
  scroll-margin-top: 100px;
}

.site-header {
  top: 12px;
  height: 64px;
  margin: 12px max(3vw, 18px) 0;
  padding: 0 18px;
  border: 1px solid #e7e8f0;
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 12px 35px rgba(31, 29, 74, .08);
}

.public-brand { color: #17182b; }
.brand-symbol {
  border-radius: 11px;
  background: linear-gradient(145deg, #806cf5, #5d47db);
  box-shadow: 0 9px 24px rgba(108, 85, 234, .25);
}

.desktop-nav {
  gap: 2px;
  padding: 4px;
  border: 0;
  border-radius: 11px;
  background: #f5f5fa;
}

.desktop-nav a {
  padding: 8px 15px;
  border-radius: 8px;
  color: #777d91;
  font-size: 10px;
}

.desktop-nav a:hover,
.desktop-nav a.active {
  color: #17182b;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(24, 24, 43, .07);
}

.desktop-nav a.active::after { display: none; }
.header-actions button { height: 36px; }
.language,
.login-btn {
  color: #63697e;
  border-color: #e4e5ed;
  background: #ffffff;
}

.join-btn {
  color: #ffffff;
  background: #17182b;
  box-shadow: 0 8px 20px rgba(23, 24, 43, .13);
}

.hero {
  min-height: 700px;
  padding: 100px max(5.5vw, 40px) 120px;
  grid-template-columns: 1.04fr .9fr;
  gap: 7vw;
  background:
    radial-gradient(circle at 8% 28%, rgba(108, 85, 234, .11), transparent 25%),
    radial-gradient(circle at 88% 8%, rgba(183, 239, 87, .13), transparent 22%),
    #ffffff;
}

.hero::before {
  background-image:
    radial-gradient(circle, rgba(108, 85, 234, .12) 1px, transparent 1.5px);
  background-size: 25px 25px;
  mask-image: linear-gradient(90deg, black, transparent 55%);
}

.hero::after {
  content: "VOTE • DISCOVER • WIN •";
  position: absolute;
  left: max(5.5vw, 40px);
  bottom: 60px;
  color: #d9dbe5;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 4px;
}

.hero-blur.one { background: rgba(108, 85, 234, .1); }
.hero-blur.two { background: rgba(183, 239, 87, .13); }
.hero-badge {
  padding: 8px 13px;
  color: #625e78;
  border-color: #e1dff2;
  background: #f8f7ff;
}

.hero-copy {
  position: relative;
  padding: 18px 0 12px;
}

.hero-copy::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 21px;
  width: 4px;
  height: 86px;
  border-radius: 4px;
  background: linear-gradient(#6c55ea, #b7ef57);
}

.hero-intro {
  display: flex;
  align-items: center;
  gap: 11px;
}

.hero-verified {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 6px 9px 6px 6px;
  border: 1px solid #e8e9ef;
  border-radius: 22px;
  background: rgba(255, 255, 255, .82);
}

.hero-verified > i {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #435b16;
  background: #e9f8ce;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
}

.hero-verified > span {
  display: flex;
  flex-direction: column;
}

.hero-verified b { color: #363a4d; font-size: 7px; }
.hero-verified small { color: #9599a8; font-size: 5px; }

.hero-copy-clean {
  max-width: 680px;
  padding: 0;
}

.hero-copy-clean::before { display: none; }

.hero-copy-clean .hero-badge {
  padding: 8px 13px;
  border-radius: 7px;
  background: #f5f3ff;
}

.hero h1 {
  max-width: 760px;
  color: #17182b;
  font-size: clamp(50px, 5.2vw, 79px);
  letter-spacing: -4.7px;
  margin: 28px 0 23px;
}

.hero-copy-clean h1 {
  margin: 24px 0 22px;
  font-size: clamp(52px, 5.35vw, 80px);
  line-height: 1;
}

.hero h1 span { display: block; }
.hero h1 em {
  position: relative;
  display: inline-block;
  color: #6c55ea;
  background: none;
  -webkit-text-fill-color: currentColor;
}

.hero h1 em::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 0;
  bottom: -7px;
  height: 8px;
  border-radius: 50%;
  border-top: 3px solid #b7ef57;
  transform: rotate(-1deg);
}

.hero-copy-clean h1 em::after {
  left: 0;
  right: 8%;
  bottom: -10px;
  height: 4px;
  border: 0;
  border-radius: 4px;
  background: linear-gradient(90deg, #b7ef57, transparent);
  transform: none;
}

.hero-lead {
  max-width: 610px;
  margin: 0;
  color: #70768b;
  font-size: 15px;
  line-height: 1.75;
}

.live-vote-pulse {
  position: relative;
  max-width: 610px;
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 12px 16px;
  margin-top: 22px;
  padding: 13px 14px;
  border: 1px solid #e3e1f2;
  border-radius: 14px;
  background: linear-gradient(105deg, #faf9ff, #ffffff);
  box-shadow: 0 14px 34px rgba(63, 48, 133, .08);
  overflow: hidden;
}
body .live-vote-pulse:not(.has-live-data) { display: none; }
[hidden] { display: none !important; }
.public-campaign-grid:not(.is-loaded) > .public-card { display: none; }

.live-vote-pulse::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  right: -65px;
  top: -70px;
  border: 18px solid rgba(108, 85, 234, .06);
  border-radius: 50%;
}

.pulse-title {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: center;
}

.pulse-title > i {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #75b933;
  box-shadow: 0 0 0 5px rgba(117, 185, 51, .1);
  animation: pulse-live-dot 1.2s ease-in-out infinite;
}

.pulse-title > span { display: flex; flex-direction: column; }
.pulse-title b { color: #303447; font-size: 8px; text-transform: uppercase; letter-spacing: .7px; }
.pulse-title small { margin-top: 2px; color: #9297a7; font-size: 6px; }
.pulse-candidates { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }

.pulse-candidate {
  display: grid;
  grid-template-columns: 25px 1fr auto;
  gap: 6px;
  align-items: center;
  padding: 6px;
  border: 1px solid #e9e9f0;
  border-radius: 8px;
  background: #ffffff;
  animation: candidate-focus 6s ease-in-out infinite;
}

.pulse-candidate > span {
  position: relative;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #ffffff;
  background: #6c55ea;
  font-size: 6px;
  font-weight: 800;
}

.pulse-candidate > span .candidate-rank {
  position: absolute;
  right: -5px;
  top: -7px;
  width: 13px;
  height: 13px;
  display: grid;
  place-items: center;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 3px 8px rgba(43, 38, 75, .16);
  font-size: 7px;
  font-style: normal;
  line-height: 1;
}

.candidate-priya { animation-delay: 2s; }
.candidate-priya > span { background: #d66aa7; }
.candidate-aman { animation-delay: 4s; }
.candidate-aman > span { background: #3991c4; }
.pulse-candidate > div { display: flex; flex-direction: column; min-width: 0; }
.pulse-candidate b { overflow: hidden; color: #34384a; font-size: 6px; text-overflow: ellipsis; white-space: nowrap; }
.pulse-candidate div > small { margin-top: 1px; overflow: hidden; color: #979bad; font-size: 4.5px; text-overflow: ellipsis; white-space: nowrap; }
.pulse-candidate strong { color: #6c55ea; font-size: 6px; }
.pulse-candidate div > i { height: 3px; margin-top: 3px; border-radius: 3px; background: #ececf2; overflow: hidden; }
.pulse-candidate div > i em { display: block; height: 100%; border-radius: inherit; background: #8b78ef; transform-origin: left; animation: pulse-bar 6s ease-in-out infinite; }
.candidate-priya div > i em { background: #de7bb1; animation-delay: 2s; }
.candidate-aman div > i em { background: #53a5d2; animation-delay: 4s; }

.vote-verified-pop {
  position: absolute;
  right: 36%;
  top: 5px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 8px;
  border: 1px solid #dcecc6;
  border-radius: 12px;
  background: #f5ffe7;
  box-shadow: 0 8px 20px rgba(74, 112, 31, .13);
  opacity: 0;
  animation: verified-vote-pop 6s ease-out infinite;
}

.vote-verified-pop span {
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #72ae35;
  font-size: 6px;
}

.vote-verified-pop b { color: #3b4f20; font-size: 6px; }
.vote-verified-pop em { color: #5d9326; font-size: 7px; font-style: normal; font-weight: 800; }
.pulse-total { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; padding-top: 7px; border-top: 1px solid #ecebf3; }
.pulse-total span { color: #7e8395; font-size: 6px; font-weight: 700; }
.pulse-total i { padding: 3px 6px; border-radius: 7px; color: #567e27; background: #edf8df; font-size: 5px; font-style: normal; font-weight: 800; text-transform: uppercase; }

@keyframes pulse-live-dot {
  50% { opacity: .45; transform: scale(.75); box-shadow: 0 0 0 9px rgba(117, 185, 51, 0); }
}

@keyframes candidate-focus {
  0%, 25%, 100% { border-color: #e9e9f0; transform: translateY(0); box-shadow: none; }
  8%, 18% { border-color: #bdb4f3; transform: translateY(-2px); box-shadow: 0 8px 16px rgba(108, 85, 234, .1); }
}

@keyframes pulse-bar {
  0% { transform: scaleX(.25); }
  18%, 100% { transform: scaleX(1); }
}

@keyframes verified-vote-pop {
  0%, 12% { opacity: 0; transform: translateY(8px) scale(.85); }
  20%, 38% { opacity: 1; transform: translateY(0) scale(1); }
  50%, 100% { opacity: 0; transform: translateY(-10px) scale(.95); }
}

.hero-description {
  display: grid;
  grid-template-columns: 3px 1fr;
  gap: 15px;
  align-items: stretch;
  max-width: 620px;
}

.hero-description > i {
  border-radius: 3px;
  background: #d9d5f7;
}

.hero-description p {
  margin: 0;
  color: #6f758a;
  font-size: 15px;
  line-height: 1.75;
}

.hero-actions { align-items: stretch; margin: 29px 0 24px; }
.hero-primary {
  min-width: 235px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 9px 0 18px;
  color: #ffffff;
  background: #6c55ea;
  box-shadow: 0 14px 32px rgba(108, 85, 234, .22);
}

.hero-primary .cta-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-primary .cta-copy b { font-size: 11px; }
.hero-primary .cta-copy small { margin-top: 2px; color: #d9d2ff; font-size: 6px; font-weight: 500; }
.hero-primary .cta-arrow {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, .15);
  font-size: 15px;
}

.hero-primary.clean-primary {
  width: auto;
  min-width: 190px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  gap: 22px;
  padding: 0 18px;
}

.hero-primary.clean-primary > span {
  width: auto;
  height: auto;
  display: inline;
  background: transparent;
  font-size: 14px;
}

.hero-secondary {
  height: 55px;
  color: #34384a;
  border-color: #e0e1e9;
  background: #ffffff;
}

.hero-secondary i { color: #6c55ea; background: #efecff; }

.hero-proof {
  max-width: 640px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 8px;
}

.hero-proof > div {
  min-height: 59px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 11px;
  border: 1px solid #e8e9ef;
  border-radius: 12px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 7px 20px rgba(35, 31, 81, .04);
}

.hero-proof > div > div:last-child {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.hero-proof b { color: #35394b; font-size: 8px; white-space: nowrap; }
.hero-proof small { color: #9196a7; font-size: 6px; white-space: nowrap; }
.faces span { width: 26px; height: 26px; border-color: #ffffff; font-size: 6px; }
.proof-rating > span { color: #f0a82d; font-size: 7px; letter-spacing: 0; }
.proof-safe > i {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 8px;
  color: #456118;
  background: #eaf8d4;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
}

.hero-trust-clean {
  width: max-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 5px;
}

.hero-trust-line {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #888d9e;
  font-size: 7px;
}

.hero-trust-line b { color: #3c4052; }
.hero-trust-line i { width: 3px; height: 3px; border-radius: 50%; background: #c9ccd6; }

.hero-trust-clean > i {
  width: 1px;
  height: 25px;
  background: #e1e3ea;
}

.hero-trust-clean .faces { display: flex; }
.hero-trust-clean .faces span { width: 29px; height: 29px; }
.trust-copy { display: flex; flex-direction: column; }
.trust-copy b { color: #34384a; font-size: 9px; }
.trust-copy small { color: #9498a7; font-size: 7px; }
.trust-rating { display: flex; align-items: center; gap: 7px; }
.trust-rating span { color: #f0a82d; font-size: 8px; letter-spacing: .5px; }
.trust-rating b { color: #34384a; font-size: 10px; }
.trust-verified {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #656b7f;
  font-size: 8px;
  font-weight: 700;
}
.trust-verified span {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #456118;
  background: #eaf8d4;
  font-size: 7px;
}

/* Lock spotlight text colors so the existing animated card stays identical. */
.spotlight-card { color: #111328; }
.spotlight-meta button { color: #ffffff; background: #111328; }
.floating-card.verified {
  left: 50%;
  right: auto;
  top: auto;
  bottom: -9px;
  z-index: 7;
  min-width: 215px;
  justify-content: center;
  transform: translateX(-50%);
  border-color: #dfe2e8;
  box-shadow: 0 16px 38px rgba(33, 31, 70, .15);
}

.stats-strip {
  position: relative;
  z-index: 4;
  min-height: 0;
  width: min(1180px, calc(100% - 40px));
  margin: -34px auto 0;
  padding: 18px 25px;
  border: 1px solid #e5e6ee;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 20px 55px rgba(35, 31, 81, .1);
}

.stats-strip div {
  align-items: flex-start;
  padding: 8px 16px;
}

.stats-strip div::before { display: none; }
.stats-strip b { color: #17182b; font-size: 21px; }
.stats-strip span { color: #8b8fa0; }
.stats-strip > i { height: 28px; background: #e7e8ef; }

.campaign-section {
  max-width: none;
  padding: 120px max(5.5vw, 40px) 100px;
  border-radius: 38px 38px 0 0;
  background:
    linear-gradient(180deg, rgba(108, 85, 234, .035), transparent 20%),
    #f3f4f8;
}

.section-heading h2 { color: #17182b; font-size: 43px; }
.section-heading p { color: #777d91; }
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6c55ea;
}

.section-kicker::before {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
}

.view-all {
  color: #545a70;
  border-color: #dfe1e9;
  background: #ffffff;
}

.filters { gap: 7px; border-color: #dddee7; }
.filters button { color: #7a8093; border: 1px solid transparent; }
.filters button:hover { color: #17182b; border-color: #dedfe8; }
.filters button.active {
  color: #ffffff;
  background: #17182b;
  box-shadow: none;
}

.public-campaign-grid { gap: 18px; }
.public-card {
  color: #17182b;
  border: 1px solid #e1e2e9;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(33, 31, 70, .05);
}

.public-card:hover {
  border-color: #cfc9ef;
  box-shadow: 0 24px 60px rgba(33, 31, 70, .12);
}

.public-card.featured-card { grid-column: auto; display: block; }
.featured-card .card-visual { height: 230px; min-height: 0; }
.card-visual { height: 230px; }
.card-body { padding: 20px; }
.featured-card .card-body { display: block; padding: 20px; }
.card-body h3 { color: #17182b; font-size: 15px; }
.featured-card h3 { font-size: 15px; }
.card-body > p { color: #777d90; }
.card-tags span { color: #6550d2; background: #efecff; }
.card-tags i { color: #8a8fa1; }
.progress-info > span { color: #35394b; }
.progress-info em { color: #979baa; }
.progress-info > i { background: #ececf1; }
.card-footer { border-color: #eeeeF3; }
.mini-faces span { border-color: #ffffff; }
.mini-faces span:last-child { color: #7d8293; background: #f0f1f5; }
.card-footer > button { margin-left: auto; }
.card-footer button { color: #6c55ea; }
.card-footer button.action-vote,
.card-footer button.action-join {
  padding: 8px 10px;
  border-radius: 8px;
}
.card-footer button.action-vote { color: #ffffff; background: #6c55ea; }
.card-footer button.action-join { color: #26320f; background: #b7ef57; }
.card-status.open {
  color: #22300d;
  background: #b7ef57;
  box-shadow: 0 7px 18px rgba(183, 239, 87, .2);
}
.filter-live {
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-right: 4px;
  border-radius: 50%;
  background: #b7ef57;
  box-shadow: 0 0 0 3px rgba(183, 239, 87, .17);
}
.load-more { color: #62677c; border-color: #dfe0e9; background: #ffffff; }

.how-section {
  width: min(1320px, calc(100% - 80px));
  margin: 100px auto;
  padding: 75px;
  grid-template-columns: .85fr 1.15fr;
  border-radius: 30px;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 8% 85%, rgba(108, 85, 234, .35), transparent 30%),
    #15172b;
  box-shadow: 0 32px 80px rgba(26, 25, 61, .17);
}

.how-section::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -220px;
  top: -220px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(255, 255, 255, .025), 0 0 0 90px rgba(255, 255, 255, .018);
}

.how-section .section-kicker { color: #b7ef57; }
.how-copy h2 { color: #ffffff; }
.how-copy h2 em { color: #a997ff; }
.how-copy > p { color: #9da3b4; }
.security-note > span { color: #26320f; background: #b7ef57; }
.security-note b { color: #ffffff; }
.security-note small { color: #848b9e; }
.steps article { border-color: #2a2d43; }
.steps article > span { color: #666d82; }
.steps article > i { color: #aa9cff; background: #20233b; box-shadow: none; }
.steps h3 { color: #ffffff; }
.steps p { color: #858c9f; }

.winner-section {
  margin: 100px max(5.5vw, 40px);
  min-height: 410px;
  color: #17182b;
  border: 1px solid #eee2c9;
  background: linear-gradient(135deg, #fff9ea, #f8f1ff);
  box-shadow: 0 24px 65px rgba(54, 40, 93, .08);
}

.winner-label { color: #6c55ea; }
.winner-copy blockquote { color: #17182b; font-size: 34px; }
.winner-copy > p { color: #73788b; }
.winner-person > span { color: #ffffff; background: #6c55ea; }
.winner-person small { color: #8a8f9f; }
.winner-art { background: radial-gradient(circle at 50% 50%, rgba(108, 85, 234, .16), transparent 35%); }
.winner-art > span { color: #6c55ea; }
.winner-art > small { color: #686d80; }
.winner-art::before { border-color: rgba(108, 85, 234, .13); box-shadow: 0 0 0 32px rgba(108,85,234,.035), 0 0 0 65px rgba(108,85,234,.025); }

.cta-section {
  margin: 0 max(5.5vw, 40px) 100px;
  padding: 55px;
  border: 0;
  overflow: hidden;
  background: #6c55ea;
  box-shadow: 0 26px 70px rgba(78, 55, 190, .2);
}

.cta-section::after {
  content: "";
  position: absolute;
  width: 290px;
  height: 290px;
  right: -80px;
  top: -110px;
  border: 48px solid rgba(255, 255, 255, .07);
  border-radius: 50%;
}

.cta-section > div,
.cta-section > button { position: relative; z-index: 2; }
.cta-section span { color: #dcd6ff; }
.cta-section h2 { color: #ffffff; font-size: 35px; }
.cta-section p { color: #d8d3f1; }
.cta-section button { color: #17182b; background: #ffffff; }
.cta-section button span { color: #17182b; }

footer { color: #17182b; border-color: #e6e7ee; background: #ffffff; }
footer .public-brand { color: #17182b; }
footer p { color: #858a9c; }
footer > div a { color: #656b80; }
footer > small { color: #9a9eac; border-color: #e6e7ee; }

.public-modal-card {
  color: #17182b;
  border: 1px solid #e5e6ee;
  background: #ffffff;
}
.modal-x { color: #8b90a1; }
.modal-icon { color: #6c55ea; background: #eeebff; }
.public-modal-card > p:not(.section-kicker) { color: #777c90; }
.login-options button { color: #454a5e; border-color: #e5e6ee; background: #ffffff; }
.public-modal-card > small { color: #9a9dac; }
.email-login-form { margin: 22px 0 16px; text-align: left; }
.email-login-form label { display: block; margin-top: 12px; color: #545a6e; font-size: 10px; font-weight: 800; }
.email-login-form input { width: 100%; height: 46px; margin-top: 7px; padding: 0 13px; border: 1px solid #e0e2eb; border-radius: 10px; background: #fafbfe; color: #171a27; outline: none; font: inherit; font-size: 11px; }
.email-login-form input:focus { border-color: #7763f7; box-shadow: 0 0 0 3px rgba(119,99,247,.11); background: #fff; }
.email-login-form > button { width: 100%; height: 48px; margin-top: 8px; border: 0; border-radius: 10px; background: linear-gradient(135deg,#785ff0,#5e46dc); color: #fff; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; font-size: 10px; font-weight: 800; cursor: pointer; box-shadow: 0 12px 25px rgba(108,85,234,.18); }
.email-login-form > button:disabled { opacity: .6; cursor: wait; }
.email-login-form > button b { font-size: 15px; }
.form-error { min-height: 15px; margin: 8px 0 0 !important; color: #d9485f !important; font-size: 9px !important; text-align: left; }
.header-actions button:disabled { opacity: .78; cursor: default; }
.login-btn.admin-account { position: relative; border-color: #cfc8ff; background: #f4f1ff; color: #5d46cf; max-width: 220px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.login-btn.admin-account::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: #70bf36; box-shadow: 0 0 0 3px rgba(112,191,54,.12); vertical-align: 1px; }
.hero-badge > i { font-style: normal; }
.campaign-empty-state { grid-column: 1/-1; min-height: 220px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; border: 1px dashed #d8dbe6; border-radius: 16px; background: #fff; color: #25293a; }
.campaign-empty-state b { font-size: 17px; }
.campaign-empty-state span { color: #858b9b; font-size: 10px; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 800px; }
  .public-card.featured-card { grid-column: auto; display: block; }
  .featured-card .card-visual { height: 230px; min-height: 0; }
}

@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header { top: 7px; height: 60px; margin: 7px 10px 0; background: rgba(255,255,255,.96); }
  .desktop-nav { top: 67px; background: #ffffff; border-color: #e5e6ee; }
  .hero { padding: 60px 20px 95px; }
  .hero h1 { font-size: 47px; letter-spacing: -3px; }
  .hero-copy::before { display: none; }
  .hero-copy-clean h1 { font-size: 48px; }
  .hero-actions { flex-direction: column; }
  .hero-primary.clean-primary { width: 100%; }
  .live-vote-pulse { grid-template-columns: 1fr; }
  .pulse-candidates { grid-template-columns: 1fr; }
  .vote-verified-pop { right: 12px; top: 9px; }
  .hero-trust-line { flex-wrap: wrap; }
  .hero::after { left: 20px; bottom: 42px; font-size: 6px; letter-spacing: 2px; }
  .stats-strip { grid-template-columns: 1fr 1fr; margin-top: -25px; padding: 14px; }
  .campaign-section {
    width: 100%;
    padding: 76px 18px 64px;
    border-radius: 28px 28px 0 0;
    overflow: hidden;
  }
  .section-heading {
    width: 100%;
    margin-bottom: 24px;
    gap: 18px;
  }
  .section-heading > div { min-width: 0; }
  .section-heading h2 {
    max-width: 100%;
    margin-top: 10px;
    font-size: 34px;
    line-height: 1.08;
    letter-spacing: -1.5px;
    overflow-wrap: anywhere;
  }
  .section-heading p {
    max-width: 100%;
    font-size: 11px;
    line-height: 1.65;
  }
  .view-all {
    width: 100%;
    min-height: 44px;
  }
  .filters {
    width: calc(100% + 36px);
    margin-left: -18px;
    padding: 0 18px 17px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .filters::-webkit-scrollbar { display: none; }
  .filters button {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 9px 12px;
    white-space: nowrap;
  }
  .public-campaign-grid {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
  .public-card,
  .public-card.featured-card {
    width: 100%;
    min-width: 0;
    grid-column: auto;
  }
  .card-visual,
  .featured-card .card-visual {
    height: 210px;
  }
  .card-body,
  .featured-card .card-body {
    min-width: 0;
    padding: 18px;
  }
  .card-tags {
    gap: 10px;
    flex-wrap: wrap;
  }
  .card-body h3 {
    overflow-wrap: anywhere;
  }
  .progress-info > span {
    gap: 10px;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .progress-info em {
    margin-left: auto;
    text-align: right;
  }
  .card-footer {
    gap: 12px;
    flex-wrap: wrap;
  }
  .card-footer > button {
    min-height: 38px;
    margin-left: auto;
  }
  .load-more {
    width: 100%;
    min-height: 44px;
  }
  .how-section {
    width: calc(100% - 32px);
    margin: 64px auto;
    padding: 44px 22px;
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
    border-radius: 24px;
  }
  .how-copy,
  .steps { min-width: 0; }
  .how-copy h2 {
    font-size: 32px;
    line-height: 1.12;
    letter-spacing: -1.3px;
  }
  .security-note {
    align-items: flex-start;
  }
  .security-note > div { min-width: 0; }
  .security-note small {
    display: block;
    line-height: 1.5;
  }
  .steps article {
    grid-template-columns: 26px 46px minmax(0, 1fr);
    gap: 12px;
    padding: 20px 0;
  }
  .steps article > i {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }
  .steps article > div { min-width: 0; }
  .steps p {
    overflow-wrap: anywhere;
  }
  .winner-section {
    margin: 64px 16px;
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    border-radius: 24px;
  }
  .winner-copy {
    min-width: 0;
    padding: 36px 26px 28px;
  }
  .winner-copy blockquote {
    font-size: 27px;
    line-height: 1.28;
    letter-spacing: -.8px;
    overflow-wrap: anywhere;
  }
  .winner-copy > p {
    font-size: 10px;
    line-height: 1.7;
  }
  .winner-art {
    min-height: 270px;
    overflow: hidden;
  }
  .winner-art::before {
    width: 210px;
    height: 210px;
  }
  .cta-section {
    margin: 0 16px 64px;
    padding: 36px 24px;
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
    border-radius: 22px;
  }
  .cta-section h2 { font-size: 30px; }
  .cta-section p {
    line-height: 1.6;
  }
  .cta-section button {
    width: 100%;
    min-height: 48px;
  }
  footer {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    padding: 34px 20px;
  }
  footer > div {
    gap: 10px 18px;
    flex-wrap: wrap;
  }
  footer > div a {
    padding: 5px 0;
  }
  footer > small {
    grid-column: auto;
    line-height: 1.6;
  }
  .public-modal {
    padding: 16px;
  }
  .public-modal-card {
    width: 100%;
    max-height: calc(100vh - 32px);
    padding: 30px 20px 24px;
    overflow-y: auto;
  }
}

@media (max-width: 420px) {
  .campaign-section { padding-inline: 14px; }
  .section-heading h2 { font-size: 30px; }
  .filters {
    width: calc(100% + 28px);
    margin-left: -14px;
    padding-inline: 14px;
  }
  .card-visual,
  .featured-card .card-visual { height: 195px; }
  .visual-copy { left: 22px; }
  .visual-copy b { font-size: 24px; }
  .card-status,
  .time-left { font-size: 6px; }
  .card-body,
  .featured-card .card-body { padding: 16px; }
  .card-footer {
    align-items: center;
  }
  .mini-faces span {
    width: 22px;
    height: 22px;
  }
  .how-section {
    width: calc(100% - 24px);
    padding: 38px 18px;
  }
  .how-copy h2 { font-size: 29px; }
  .steps article {
    grid-template-columns: 22px 42px minmax(0, 1fr);
    gap: 9px;
  }
  .steps article > i {
    width: 40px;
    height: 40px;
  }
  .winner-section { margin-inline: 12px; }
  .winner-copy { padding: 32px 22px 26px; }
  .winner-copy blockquote { font-size: 24px; }
  .winner-art { min-height: 240px; }
  .cta-section {
    margin-inline: 12px;
    padding: 32px 21px;
  }
  .cta-section h2 { font-size: 27px; }
}

@media (prefers-reduced-motion: reduce) {
  .pulse-title > i,
  .pulse-candidate,
  .pulse-candidate div > i em,
  .vote-verified-pop {
    animation: none;
  }
  .vote-verified-pop { display: none; }
}
