:root {
  --blue: #0a55ff;
  --dark: #0f172a;
  --muted: #64748b;
  --bg: #f8fafc;
  --card: #ffffff;
  --accent: #ffdf00;
}
* { box-sizing: border-box; }
html, body {
  margin: 0;
  font-family: Verdana, Geneva, sans-serif;
  background: var(--bg);
  color: var(--dark);
}
a, button, input, label, .container, .card, .header, .header h1, .header h2, .badge, .primary, .q, .q h3, .option, .subtle, .progress, .kicker, .table, .stat {
  font-family: Verdana, Geneva, sans-serif!important;
}
#lys-101010, #lys-101010 * {
  font-family: Verdana, Geneva, sans-serif !important;
}
#btn-save-classroom:disabled {display:none}
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }

.container {
  max-width: 960px;
  margin: 24px auto;
  padding: 16px;
}
.card {
  background: var(--card);
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  box-shadow: 0 1px 2px rgba(16,24,40,.06);
  padding: 24px;
}
.header {
  text-align: center;
  margin-bottom: 18px;
  margin-top: 120px
}
.header-brand{display: flex;align-items:center;gap: 7px;justify-content:center;flex-direction: column;}
.brand-logo{width: 80px;height: 80px;object-fit:contain}
.header h1 {
  margin: 0 0 2px;
  font-size: 30px;
  font-weight: 800;
  color: var(--blue);
}
.header h2 {
  margin: 0;
  font-size: 18px;
  color: var(--blue);
  font-weight: 600;
}
.center {
  text-align: center;
}
h2.fancy-welcome {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 0 auto 20px;
}
.fancy-welcome>span {
  color: var(--blue);
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.fancy-welcome .logo {
  height: auto;
  width: 100px;
}
.primary {
  background: var(--blue);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
}
.primary:disabled {
  opacity: .55;
  cursor: not-allowed;
}
.subtle {
  color: var(--muted);
  font-size: 14px;
  margin-top: 8px;
}
.grid-qs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 900px) {
  .grid-qs { grid-template-columns: 1fr; }
}
.q {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
}
.q h3 {
  margin: 0 0 10px;
  font-size: 16px;
  position: relative;
  z-index: 1;
  padding-left: 24px;
}

.q:nth-child(10) h3 {
  padding-left: 35px;
}
.option {
  display: block;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 10px 12px;
  margin: 10px 0;
}
.progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  font-weight: 600;
}
.badge {
  background: #eef2ff;
  color: var(--blue);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #c7d2fe;
}
.stopwatch {
  --angle: 0deg;
  --wedge: #1d4ed8; /* blue wedge */
  position: relative;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: conic-gradient(var(--wedge) 0 var(--angle), var(--accent) var(--angle) 360deg);
  border: 12px solid #111827;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 18px auto 8px;
  font-weight: 900;
  font-size: 22px;
  text-align: center;
  line-height: 1.15;
  gap: 9px;
  flex-direction: column;
  padding: 10px;
}

.stopwatch:before {
  content: "";
  position:absolute;
  inset:0;
  border-radius:50%;
  background: repeating-conic-gradient(from 0deg, #000 0deg 1deg, transparent 1deg 12deg);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 14px), #000 calc(100% - 14px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 6px), #000 calc(100% - 14px));
  pointer-events:none;
}

.stopwatch:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: repeating-conic-gradient(from -61deg, #000 0deg 3deg, transparent 0deg 60deg);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 14px), #000 calc(100% - 14px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 15px), #000 calc(100% - 14px));
  pointer-events: none;
}

.stopwatch>div {
  margin-bottom: 35px;
}
.stopwatch-logo {
  /* position: absolute; */
  width: 50px;
  height: 50px;
  object-fit: contain;
  top: 50%;
  left: 50%;
  /* transform: translate(-50%, -50%); */
  opacity: .9;
  pointer-events: none;
  /* margin-bottom: 10px; */
}
.stopwatch > div { position: relative; z-index: 2; }
.kicker {
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 800;
  color: var(--blue);
}
.table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
}
.table th, .table td {
  border: 1px solid #e5e7eb;
  padding: 10px 12px;
  text-align: left;
}
.table th {
  background: #f1f5f9;
  font-size: 13px;
}
.stat {
  font-size: 28px;
  font-weight: 800;
  color: var(--blue);
}
.error {
  color: #b91c1c;
  background: #fef2f2;
  border: 1px solid #fecaca;
  padding: 10px 12px;
  border-radius: 8px;
  margin-bottom: 10px;
  display: none;
}

.list-reset { list-style: none; margin: 0; padding-left: 0; }
.list-reset li { padding: 6px 0; border-bottom: 1px dashed #e5e7eb; }
.list-reset li:last-child { border-bottom: none; }
.points { font-weight: 700; color: var(--blue); }
.pill {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
}
.pill-red { background: #ef4444; }
.pill-yellow { background: #f59e0b; }
.pill-green { background: #10b981; }

#questions-container {
  counter-reset: item;
}

#questions-container h3:before {
  counter-increment: item;
  content: counter(item)'.';
  display: block;
  position: absolute;
  left: 0;
  }


#view-results {
  display: none!important;
  }