html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  position: relative;
  font-family: 'Segoe UI', Arial, sans-serif;
}

.background {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('bg.jpg');
  background-size: cover;
  background-position: center;
  filter: blur(2px) brightness(0.8);
  z-index: 0;
}

.container {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 40px auto;
  padding: 2em;
  background: rgba(255,255,255,0.92);
  border-radius: 18px;
  box-shadow: 0 10px 32px rgba(0,0,0,0.12);
}

h1 {
  text-align: center;
  margin-bottom: 1em;
  color: #205080;
}

.selector {
  text-align: center;
  margin-bottom: 2em;
}

.selector label {
  font-size: 1.1em;
  margin-right: 8px;
}

#edition-select {
  padding: 0.4em 1.2em;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 1em;
}

.edition-header {
  font-weight: 500;
  margin-bottom: 1em;
}

.subject-link {
  display: inline-block;
  margin-bottom: 1em;
  color: #0056b3;
  text-decoration: underline;
}

.winner-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.winner {
  margin-bottom: 2em;
  border-bottom: 1px solid #eee;
  padding-bottom: 1.4em;
}

.winner:last-child {
  border-bottom: none;
}

.winner-title {
  font-weight: 600;
  font-size: 1.1em;
}

.winner-details {
  color: #6d6d6d;
  margin-bottom: 0.6em;
}

.links {
  margin-top: 0.5em;
}

.links a {
  margin-right: 1.2em;
  color: #2066a0;
  text-decoration: underline;
  font-size: 0.97em;
}

video {
  margin-top: 1em;
  max-width: 340px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
}
.main-title {
  text-align: center;
  color: #BD3031; /* roșu UTCN */
  font-weight: bold;
  margin-bottom: 0.1em;
  font-size: 2.6em;
}

.logo-center {
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
}

.logo-img {
  max-width: 180px;
  height: auto;
  display: block;
}
