/* Макеты */
.page-container {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F8FAFB;
}

.page-content {
  width: 640px;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  min-height: 900px;
  padding: 32px;
  display: flex;
  flex-direction: column;
}

.page-scroll-area {
  flex: 1;
}

.page-bottom-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 32px 32px;
}

/* Панель таймера */
.timer-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 0;
}

canvas.drawingBuffer {
  display: none !important;
}