:root {
  --bg: #000;
  --bg-2: #0c0c0c;
  --ink: #fff;
  --muted: rgba(255, 255, 255, 0.62);
  --line: rgba(255, 255, 255, 0.12);
  --orange: #ed7127;
  --orange-2: #ff8a3d;
  --radius: 14px;
  --wrap: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Manrope, system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: var(--orange); text-underline-offset: 3px; }
h1, h2, h3 {
  font-family: Unbounded, sans-serif;
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin: 0 0 0.6em;
}
h1 { font-size: clamp(2rem, 5vw, 4.2rem); }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.6rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.wrap {
  width: min(var(--wrap), calc(100% - 40px));
  margin: 0 auto;
}
.narrow { width: min(760px, calc(100% - 40px)); }
.muted { color: var(--muted); }
.kicker {
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
}

.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 40;
  opacity: 0.07;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 22px;
  background: rgba(0, 0, 0, 0.86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
  min-width: 0;
}
.brand img { width: 44px; height: 44px; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; min-width: 0; }
.brand-wordmark { height: 28px; width: auto; }
.brand small {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.nav {
  display: flex;
  align-items: center;
  gap: 18px;
}
.nav a {
  color: var(--ink);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.nav a:hover { color: var(--orange); }
.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line);
  color: var(--ink);
  padding: 8px 12px;
  border-radius: 8px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  font-family: Unbounded, sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  padding: 13px 20px;
  border-radius: 999px;
}
.btn-primary { background: var(--orange); color: #000; }
.btn-primary:hover { background: var(--orange-2); }
.btn-ghost, .btn-nav {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
}
.btn-nav { padding: 10px 16px; }
.btn-ghost:hover, .btn-nav:hover { border-color: var(--orange); color: var(--orange); }
.btn.is-disabled, .btn:disabled { opacity: 0.45; pointer-events: none; }
.text-btn {
  background: none;
  border: 0;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
}
.text-btn:hover { color: var(--orange); }

.hero {
  padding: 72px 0 40px;
  background:
    radial-gradient(circle at 80% 10%, rgba(237, 113, 39, 0.22), transparent 36%),
    radial-gradient(circle at 10% 90%, rgba(237, 113, 39, 0.1), transparent 32%),
    #000;
}
.hero-inner { max-width: 920px; }
.hero-title { width: min(860px, 100%); height: auto; }
.hero-lead { font-size: 1.12rem; color: var(--muted); max-width: 680px; }
.hero-meta {
  display: flex;
  gap: 12px;
  align-items: baseline;
  margin: 24px 0;
  color: var(--muted);
}
.hero-meta strong { color: var(--ink); font-family: Unbounded, sans-serif; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.stats { padding: 10px 0 40px; }
.stats-grid, .card-grid, .nom-grid {
  display: grid;
  gap: 14px;
}
.stats-grid { grid-template-columns: repeat(4, 1fr); }
.stats-grid article, .card, .nom-card {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
}
.stat-label { color: var(--muted); font-size: 13px; margin: 0 0 8px; }
.stats-grid h2 { margin: 0; font-size: 1.35rem; }
.stats-grid em, .nom-card span { color: var(--orange); font-style: normal; }

.section { padding: 72px 0; }
.section-alt { background: #070707; }
.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
}
.two { grid-template-columns: 1fr 1fr; }
.org-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: stretch;
}
.org-card {
  background: #0c0c0c;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.org-card h3 { margin: 0; }
.org-card p:last-of-type { margin-bottom: 0; }
.org-card a { color: var(--ink); }
.org-card a:hover { color: var(--orange); }
.org-wordmark {
  font-family: Unbounded, sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.org-logo {
  display: block;
  margin: 8px 0 4px;
  text-decoration: none;
}
.org-logo img {
  width: min(100%, 520px);
  height: auto;
  filter: none;
  mix-blend-mode: normal;
  position: relative;
  z-index: 41;
}
.org-fpg .kicker { margin-bottom: 4px; }
.nom-grid { grid-template-columns: repeat(3, 1fr); }
.nom-card span {
  font-family: Unbounded, sans-serif;
  font-size: 13px;
}
.nom-card.partner { border-color: rgba(237, 113, 39, 0.35); }
.rules {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: r;
}
.rules li {
  counter-increment: r;
  padding: 16px 0 16px 52px;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.rules li::before {
  content: counter(r, decimal-leading-zero);
  position: absolute;
  left: 0;
  color: var(--orange);
  font-family: Unbounded, sans-serif;
  font-size: 13px;
  top: 18px;
}
.prize-list { padding-left: 18px; }
.faq details {
  border-top: 1px solid var(--line);
  padding: 16px 0;
}
.faq summary { cursor: pointer; font-weight: 700; }
.faq details p { margin: 10px 0 0; color: var(--muted); }

.site-footer {
  border-top: 1px solid var(--line);
  padding: 40px 0 56px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 28px;
}
.footer-wordmark { width: min(360px, 100%); margin-bottom: 12px; }
.site-footer a { color: inherit; text-decoration: none; }
.site-footer a:hover { color: var(--orange); }

.page-head { padding: 56px 0 10px; }
.form-wrap { max-width: 860px; }
fieldset {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  margin: 0 0 20px;
}
legend {
  font-family: Unbounded, sans-serif;
  padding: 0 8px;
}
.fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
label { display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
label.full { grid-column: 1 / -1; }
.opt, small { color: var(--muted); font-weight: 400; font-size: 12px; }
input, select, textarea {
  background: #111;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px 14px;
  font: inherit;
}
input:focus, select:focus, textarea:focus {
  outline: 2px solid var(--orange);
  border-color: transparent;
}
.hidden { display: none !important; }
.hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
}
.check {
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}
.check input { margin-top: 4px; }
.captcha-row { display: flex; gap: 10px; align-items: center; }
.hint { color: var(--muted); margin-top: 0; }
.work-card {
  background: #0b0b0b;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 14px;
}
.work-card header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.work-card h3 { margin: 0; }
.preview {
  margin-top: 10px;
  max-height: 180px;
  width: auto;
  border-radius: 8px;
}
.form-error { color: #ff8a8a; }
.file-name { color: var(--muted); font-size: 13px; }

.admin-body { background: #080808; }
.admin-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 22px;
  border-bottom: 1px solid var(--line);
}
.admin-bar-actions, .admin-actions, .filters, .status-form {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.admin-main { padding: 32px 0 80px; }
.admin-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 24px;
}
.admin-table { width: 100%; border-collapse: collapse; }
.admin-table th, .admin-table td {
  text-align: left;
  padding: 12px 10px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.table-wrap { overflow-x: auto; }
.tag {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 12px;
  text-transform: uppercase;
}
.tag-new { background: var(--orange); color: #000; }
.tag-reviewed { background: #333; }
.tag-accepted { background: #1f6a3a; }
.tag-rejected { background: #5a1d1d; }
.login-form { max-width: 360px; display: grid; gap: 14px; }
.meta-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
  margin: 0 0 32px;
}
.meta-list dt { color: var(--muted); font-size: 12px; }
.meta-list dd { margin: 0; }
.works-admin { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.works-admin img { border-radius: 10px; margin: 12px 0; }

@media (max-width: 900px) {
  .stats-grid, .nom-grid, .split, .two, .org-grid, .footer-grid, .fields, .meta-list, .works-admin {
    grid-template-columns: 1fr;
  }
  .nav-toggle { display: block; }
  .nav {
    display: none;
    position: absolute;
    top: 72px;
    right: 12px;
    left: 12px;
    background: #0d0d0d;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
  .nav.is-open { display: flex; }
  .hero { padding-top: 40px; }
  .admin-head { flex-direction: column; }
}
