:root {
  color-scheme:dark;
  --bg:#151716;
  --panel:#1e211f;
  --line:#353932;
  --text:#f3f2e9;
  --muted:#a8ada3;
  --lime:#d4f87c;
  --gold:#eac780}
* {
  box-sizing:border-box}
html {
  scroll-behavior:smooth;
  scroll-padding-top:20px}
body {
  margin:0;
  background:var(--bg);
  color:var(--text);
  font:16px/1.6 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
a {
  color:inherit;
  text-decoration:none}
button,input,select,textarea {
  font:inherit}
button,a,input,select,textarea {
  -webkit-tap-highlight-color:transparent}
button {
  cursor:pointer}
button:disabled {
  cursor:wait;
  opacity:.7}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible {
  outline:3px solid var(--lime);
  outline-offset:5px}
h1,h2,h3,p,figure {
  margin:0}
h1,h2,h3 {
  line-height:1.13;
  letter-spacing:-.04em}
h1 {
  font-size:clamp(42px,5.8vw,76px);
  font-weight:800}
h2 {
  font-size:clamp(27px,3vw,38px);
  font-weight:750}
h3 {
  font-size:19px;
  letter-spacing:-.025em}
p {
  margin-top:14px}
strong {
  font-weight:700}
img {
  max-width:100%;
  height:auto}
button,.button {
  min-height:46px;
  border:0;
  border-radius:10px;
  padding:12px 20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:700}
.wrap {
  max-width:1180px;
  margin:auto;
  padding-inline:34px}
.top {
  height:96px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid var(--line);
  gap:16px}
.brand {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.4px}
.brand-icon {
  background:var(--lime);
  color:var(--bg);
  font-size:27px;
  width:36px;
  height:36px;
  border-radius:10px;
  display:grid;
  place-items:center}
.admin-link {
  font-size:13px;
  color:var(--muted)}
.admin-link span {
  margin-left:15px}
.muted {
  color:var(--muted)}
.test-banner {
  text-align:center;
  color:#cbd5bc;
  font-size:11px;
  letter-spacing:1.5px;
  padding:7px 12px;
  background:#252b21}
.hero {
  display:grid;
  grid-template-columns:1.13fr 1fr;
  align-items:center;
  min-height:595px;
  gap:10px;
  padding-block:48px}
.eyebrow {
  font-size:10px;
  font-weight:750;
  letter-spacing:2px;
  color:var(--muted);
  margin:0 0 23px}
.live-dot {
  display:inline-block;
  height:7px;
  width:7px;
  border-radius:50%;
  background:var(--lime);
  margin-right:7px;
  box-shadow:0 0 12px #d4f83c44}
.hero h1 span:not(.fullstop) {
  color:var(--lime)}
.fullstop {
  color:var(--lime);
  font-size:.6em;
  vertical-align:top}
.intro {
  font-size:20px;
  margin-top:25px}
.hero-desc {
  font-size:15px;
  max-width:395px;
  margin-bottom:23px}
.text-link {
  font-size:14px;
  font-weight:700;
  color:var(--lime);
  display:inline-block}
.footnote {
  font-size:11px;
  color:var(--muted);
  margin-top:30px}
.hero-art {
  position:relative;
  min-width:0}
.hero-art img {
  display:block;
  mix-blend-mode:lighten;
  border-radius:40px}
.hero-art figcaption {
  border:1px solid var(--line);
  border-radius:8px;
  background:var(--panel);
  margin:-5px auto 0;
  padding:10px 15px;
  position:relative;
  width:fit-content;
  font-size:9px;
  letter-spacing:1.1px}
.hero-art figcaption b {
  color:var(--gold);
  margin-left:20px}
.stats {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  border:1px solid var(--line);
  border-radius:16px;
  overflow:hidden;
  background:var(--panel)}
.stat {
  padding:22px 28px;
  border-right:1px solid var(--line)}
.stat:last-child {
  border:0}
.stat>span {
  font-size:13px;
  display:flex;
  gap:10px;
  align-items:center}
.stat strong {
  font-size:48px;
  line-height:1.3;
  display:block;
  letter-spacing:-2px;
  margin-top:8px}
.stat.gold strong {
  color:var(--gold)}
.stat.claps strong {
  color:var(--lime)}
.data-note {
  font-size:11px;
  color:var(--muted);
  margin:12px 0 38px}
.main-grid {
  display:grid;
  grid-template-columns:1.4fr 1fr;
  gap:20px}
.panel {
  padding:34px;
  border:1px solid var(--line);
  border-radius:18px;
  background:var(--panel)}
.clap-panel {
  background:linear-gradient(135deg,#252d21,var(--panel));
  scroll-margin-top:30px}
.clap-panel h2 {
  font-size:40px}
.clap-panel>.muted {
  font-size:13px;
  max-width:440px;
  margin-block:22px}
.primary {
  background:var(--lime);
  color:#202819}
.primary:hover {
  background:#e0ff9d;
  transform:translateY(-1px)}
.clap-button {
  width:100%;
  display:flex;
  justify-content:space-between;
  padding:20px 23px;
  font-size:18px}
.micro {
  font-size:12px;
  color:var(--muted);
  line-height:1.6}
.clap-panel>.micro {
  text-align:center;
  margin-top:10px}
.next {
  display:flex;
  flex-direction:column;
  align-items:flex-start}
.next .eyebrow {
  margin-bottom:16px}
.next-icon {
  font-size:34px;
  margin-bottom:18px}
.next h2 {
  font-size:31px}
.next>.muted {
  font-size:14px}
.next .text-link {
  margin-top:25px}
.target {
  margin-top:22px;
  padding:12px;
  background:#2b3125;
  border-radius:9px;
  width:100%;
  font-size:13px}
.target strong {
  float:right;
  color:var(--lime)}
.quota {
  margin-block:25px 70px;
  padding:24px 30px;
  border:1px dashed #4b5045;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px}
.quota .eyebrow {
  margin-bottom:0;
  font-size:9px}
.quota p {
  font-size:14px;
  margin-top:5px}
.quota-meter {
  width:40%;
  position:relative}
.quota-meter strong {
  color:var(--lime);
  display:block;
  text-align:right;
  font-size:25px;
  line-height:1}
.meter {
  height:5px;
  background:#454c3b;
  border-radius:5px;
  margin:10px 0 4px;
  overflow:hidden}
.meter span {
  display:block;
  background:var(--lime);
  height:100%;
  width:100%}
.quota-meter small {
  font-size:10px;
  color:var(--muted)}
.section-head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px}
.section-head .eyebrow {
  margin-bottom:12px}
.pill {
  display:inline-block;
  border:1px solid var(--line);
  border-radius:24px;
  padding:8px 15px;
  font-size:11px;
  white-space:nowrap}
.history>.muted {
  font-size:14px}
.timeline {
  margin-top:26px}
.year {
  font-size:15px;
  color:var(--lime);
  font-weight:750;
  margin:30px 0 0;
  border-bottom:1px solid var(--line);
  padding-bottom:13px}
.tournament {
  display:flex;
  align-items:center;
  gap:23px;
  padding:24px 0;
  border-bottom:1px solid var(--line)}
.medallion {
  height:49px;
  width:49px;
  flex:0 0 49px;
  display:grid;
  place-items:center;
  border-radius:50%;
  font-size:22px;
  font-weight:800;
  border:1px solid #eac78066;
  background:#eac78014;
  color:var(--gold)}
.medallion.silver {
  color:#d5dce3;
  border-color:#d5dce366;
  background:#d5dce314}
.medallion.bronze {
  color:#dba880;
  border-color:#dba88066;
  background:#dba88014}
.tournament-body {
  flex:1;
  min-width:0}
.date {
  font-size:10px;
  color:var(--muted);
  letter-spacing:.8px}
.tournament h3 {
  margin-top:5px;
  font-size:17px;
  line-height:1.4}
.tournament p {
  margin-top:5px}
.medal-label {
  font-size:10px;
  border-radius:5px;
  padding:7px 10px;
  white-space:nowrap;
  background:#eac78012;
  color:var(--gold)}
.medal-label.silver {
  color:#d5dce3;
  background:#d5dce314}
.medal-label.bronze {
  color:#dba880;
  background:#dba88014}
.badges-section {
  margin-top:65px}
.badges {
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:12px;
  margin-top:25px}
.badge {
  padding:23px 14px;
  border-radius:12px;
  background:var(--panel);
  border:1px solid var(--line);
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:13px}
.badge>span {
  font-size:27px}
.badge strong {
  font-size:11px;
  line-height:1.5}
.badge small {
  font-size:8px;
  letter-spacing:1px;
  color:var(--lime);
  margin-top:auto}
.badge.locked {
  opacity:.5;
  filter:grayscale(1)}
.dialogue {
  text-align:center;
  margin:70px 0 60px;
  padding:20px}
.quote-mark {
  font-family:Georgia,serif;
  font-size:80px;
  line-height:1;
  color:var(--lime)}
blockquote {
  margin:0;
  font-size:clamp(18px,2.2vw,26px);
  font-weight:600;
  letter-spacing:-.6px}
.dialogue p {
  font-size:11px;
  color:var(--muted);
  margin-top:19px}
.footer {
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding-block:25px;
  border-top:1px solid var(--line);
  font-size:10px;
  color:var(--muted)}
.actions {
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap}
.whatsapp {
  background:#d4f87c;
  color:#202819}
.secondary {
  background:#30362d;
  color:var(--text);
  font-size:13px}
.danger {
  background:#3c2926;
  color:#ffc4bb;
  font-size:13px}
#clap-status {
  font-size:13px;
  color:var(--lime);
  margin-top:15px}
#clap-result {
  margin-top:25px;
  border-top:1px solid var(--line);
  padding-top:25px}
#clap-result p {
  font-size:14px}
#clap-result .eyebrow {
  margin-top:20px}
.card-wrap {
  max-width:800px;
  padding-block:50px}
.celebration-card {
  text-align:center}
.celebration-card h1 {
  font-size:38px}
.celebration-card h2 {
  font-size:23px;
  margin-top:20px}
.celebration-card .pill {
  margin-top:20px}
.card-art {
  border-radius:30px;
  mix-blend-mode:lighten}
.receipt {
  border-block:1px dashed var(--line);
  padding:22px;
  margin:28px 0;
  display:flex;
  justify-content:space-between;
  gap:12px;
  font-size:12px}
.admin {
  padding-block:45px}
.admin h1 {
  font-size:42px}
.admin .panel {
  margin-block:30px}
.login {
  max-width:520px}
.login h2 {
  font-size:27px}
label {
  display:block;
  font-size:13px;
  font-weight:650;
  margin:20px 0}
input,textarea,select {
  display:block;
  width:100%;
  max-width:100%;
  margin-top:7px;
  padding:12px;
  border:1px solid #555d4b;
  border-radius:8px;
  background:#151916;
  color:var(--text);
  min-height:48px}
textarea {
  resize:vertical}
.form-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0 24px}
.notice {
  background:#354127;
  padding:15px;
  border-radius:10px}
.error {
  background:#582e27}
.admin-row {
  padding-block:25px;
  border-bottom:1px solid var(--line);
  display:flex;
  gap:20px;
  align-items:center;
  justify-content:space-between}
.admin-row h3 {
  font-size:17px}
.skip {
  position:absolute;
  top:-100px;
  left:10px;
  padding:12px;
  background:var(--lime);
  color:#151716;
  z-index:100}
.skip:focus {
  top:10px}
.confetti {
  position:fixed;
  pointer-events:none;
  inset:0;
  overflow:hidden;
  z-index:99}
.confetti i {
  position:absolute;
  top:-20px;
  width:8px;
  height:14px;
  background:var(--lime);
  animation:fall 2.3s ease-in forwards}
.confetti i:nth-child(3n) {
  background:var(--gold)}
.confetti i:nth-child(3n+1) {
  background:#f2866c}
@keyframes fall {
  to {
  transform:translateY(110vh) rotate(600deg);
  opacity:0}
}
[hidden] {
  display:none!important}
@media(max-width:760px) {
  .wrap {
  padding-inline:21px}
.top {
  height:76px}
.brand {
  font-size:9px;
  letter-spacing:.6px;
  gap:6px}
.brand-icon {
  width:29px;
  height:29px;
  font-size:23px}
.admin-link {
  font-size:10px}
.admin-link span {
  margin-left:3px}
.hero {
  grid-template-columns:1fr;
  padding-block:36px;
  gap:5px;
  min-height:0}
.hero h1 {
  font-size:clamp(42px,10.5vw,68px)}
.hero-copy>.eyebrow {
  font-size:8px;
  letter-spacing:1.5px}
.intro {
  font-size:18px}
.hero-desc {
  font-size:14px}
.footnote {
  margin-top:18px}
.hero-art {
  max-width:370px;
  width:100%;
  margin:auto}
.hero-art img {
  margin-top:-12px}
.hero-art figcaption {
  margin-top:-20px}
.stats {
  grid-template-columns:repeat(6,1fr)}
.stat {
  grid-column:span 2;
  padding:15px 18px;
  border-bottom:1px solid var(--line)}
.stat:nth-child(3) {
  border-right:0}
.stat:nth-child(n+4) {
  grid-column:span 3;
  border-bottom:0}
.stat strong {
  font-size:37px}
.stat>span {
  font-size:12px}
.data-note {
  font-size:10px;
  margin-bottom:25px}
.main-grid {
  grid-template-columns:1fr}
.panel {
  padding:25px}
.clap-panel h2 {
  font-size:36px}
.clap-button {
  font-size:16px;
  padding:18px}
.next {
  padding:26px}
.next-icon {
  font-size:28px}
.quota {
  padding:20px;
  display:block;
  margin-bottom:45px}
.quota-meter {
  width:100%;
  margin-top:20px}
.section-head {
  align-items:flex-start}
.section-head .pill {
  font-size:8px;
  padding:6px 9px}
.section-head h2 {
  font-size:30px}
.tournament {
  gap:13px;
  flex-wrap:wrap;
  padding:20px 0}
.medallion {
  width:41px;
  height:41px;
  flex-basis:41px;
  font-size:19px}
.tournament h3 {
  font-size:15px}
.medal-label {
  margin-left:54px;
  margin-top:-5px;
  font-size:9px}
.badges {
  grid-template-columns:repeat(3,1fr);
  gap:9px}
.badge {
  padding:17px 10px}
.badge strong {
  font-size:10px}
.dialogue {
  padding:10px 0;
  margin-block:50px}
.dialogue br {
  display:none}
.footer {
  flex-direction:column;
  gap:5px;
  font-size:9px}
.form-grid {
  grid-template-columns:1fr;
  gap:0}
.form-grid label {
  margin:12px 0}
.admin-row {
  align-items:flex-start;
  flex-direction:column}
.receipt {
  flex-direction:column}
.celebration-card h1 {
  font-size:29px}
.card-wrap {
  padding-block:25px}
}
@media(prefers-reduced-motion:reduce) {
  html {
  scroll-behavior:auto}
*,*::before,*::after {
  animation:none!important;
  transition:none!important}
.confetti {
  display:none}
}

@media (max-width:760px) {
  .tournament-body { flex: 1 1 calc(100% - 60px); }
}
/* A little ambition, a lot of uncle pride. */
.hero h1{font-size:clamp(40px,5.2vw,68px)}
.dream-bubble{position:relative;z-index:1;background:#f5efdc;color:#202819;padding:22px 25px;border-radius:24px 24px 24px 4px;transform:rotate(-3deg);box-shadow:7px 8px 0 #d4f87c33;max-width:350px;margin:0 auto -28px}
.dream-bubble span,.dream-bubble small{display:block;font-size:10px;letter-spacing:.6px}.dream-bubble strong{display:block;font-size:25px;line-height:1.18;margin:8px 0}.dream-bubble small{font-size:11px;letter-spacing:0}
.national-corner{margin:40px 0;position:relative;overflow:hidden;background:linear-gradient(125deg,#3c2023,#201d20 62%);border-color:#76373e}.national-heading{display:flex;align-items:center;gap:20px}.turkish-flag{width:84px;flex:0 0 84px;border-radius:8px}.national-corner .eyebrow{color:#eab3b6;margin-bottom:10px}.national-corner h2{font-size:clamp(28px,4vw,42px)}.national-steps{list-style:none;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:25px 0}.national-steps li{padding:14px;border:1px solid #644044;border-radius:10px;font-size:12px;color:#beacad}.national-steps .achieved{background:#8d263438;border-color:#dc8792;color:#fff1e9}.national-steps b{display:block;font-size:20px;margin-bottom:5px}.distant-goal{border-top:1px solid #644044;padding-top:17px;color:#e7c7bc;font-size:13px}.national-corner .actions{margin-top:20px}
.media-gallery{display:flex;gap:10px;overflow-x:auto;padding:14px 0 3px;max-width:100%;scroll-snap-type:x proximity}.media-gallery a{flex:0 0 140px;scroll-snap-align:start}.media-gallery img{width:140px;height:120px;object-fit:contain;background:#111411;border-radius:8px;border:1px solid var(--line)}.media-gallery .photo img{object-fit:cover}.media-gallery span{display:block;font-size:10px;color:var(--muted);line-height:1.4;margin-top:4px}.result-photo{margin:22px 0}.result-photo img{max-height:400px;width:100%;object-fit:contain;border-radius:12px;background:#111}.result-photo figcaption{font-size:12px;color:var(--muted)}#upload-photo{margin-top:18px}.footer p{margin:0 0 7px}.footer a{color:var(--lime)}
.celebration-canvas{position:fixed;inset:0;width:100%;height:100%;z-index:110;pointer-events:none}.celebration-toast{position:fixed;top:20%;left:50%;transform:translateX(-50%);z-index:111;max-width:calc(100vw - 40px);width:460px;padding:26px;text-align:center;background:#1d241ef2;border:1px solid #eac780;border-radius:20px;box-shadow:0 0 80px #eac78033;pointer-events:none;font-size:clamp(22px,4vw,34px);font-weight:800;line-height:1.2}.celebration-toast small{display:block;font-size:13px;color:var(--gold);margin-top:10px;font-weight:500}.celebration-quake #main{animation:pride-quake .7s ease-in-out 2}@keyframes pride-quake{0%,100%{transform:translate(0)}15%{transform:translate(-5px,3px) rotate(-.2deg)}35%{transform:translate(5px,-3px) rotate(.2deg)}55%{transform:translate(-4px,-2px)}75%{transform:translate(3px,2px)}}
@media(max-width:760px){.dream-bubble{margin-top:28px;max-width:290px}.dream-bubble strong{font-size:22px}.national-heading{align-items:flex-start;gap:13px}.turkish-flag{width:55px;flex-basis:55px}.national-steps{grid-template-columns:1fr}.national-steps li{display:flex;align-items:center;gap:12px}.national-steps b{margin:0}.media-gallery a{flex-basis:118px}.media-gallery img{width:118px;height:106px}.footer{font-size:11px}}
@media(prefers-reduced-motion:reduce){.celebration-canvas{display:none}.celebration-quake #main{animation:none}}
.hero-art .ada-portrait{width:170px;height:170px;object-fit:cover;mix-blend-mode:normal;border:4px solid var(--lime);border-radius:50%;margin:0 auto 18px}.card-share{justify-content:center;margin-top:15px}.card-share [role=status]{font-size:12px;width:100%;color:var(--muted)}
.clipboard-fallback{position:fixed;top:0;left:0;width:1px;height:1px;opacity:.01}
