<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Global Styles #333*/
body {
  background: linear-gradient(135deg, #a8edea, #fed6e3);
  color: white;
  margin: 0;
  font-family: 'Poppins', Arial, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  overflow-x: hidden;
}

h1, h2, p {
  text-align: center;
  margin: 0;
}

canvas {
  display: block;
  margin: 20px auto;
  background-color: rgba(255, 255, 255, 0.9);
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  max-width: 90vw;
  max-height: 90vh;
  animation: pulse 3s infinite alternate;
}

@keyframes pulse {
  0% { transform: scale(1); }
  100% { transform: scale(1.02); }
}

#controls {
  text-align: center;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

button {
  font-size: 1rem;
  padding: 12px 24px;
  margin: 5px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  color: white;
  background: linear-gradient(135deg, #ff7eb3, #ff758c);
  transition: all 0.3s ease;
  flex: 1 1 calc(33% - 20px); /* Adjust for three buttons per row */
  max-width: 100%;
  min-width: 150px; /* Prevent buttons from becoming too small */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

button.active {
  background: linear-gradient(135deg, #74b9ff, #0984e3); /* Active button style */
}

#message {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 20px;
  animation: fadeInOut 2s infinite alternate;
}

@keyframes fadeInOut {
  0% { opacity: 0.8; }
  100% { opacity: 1; }
}

/* Intro Screen Styles */
#introScreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

#introScreen h1 {
  font-size: 2.5rem;
  color: white;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

#introScreen p {
  font-size: 1.2rem;
  color: white;
  margin-bottom: 30px;
  line-height: 1.6;
}

#startButton {
  font-size: 1.2rem;
  padding: 12px 30px;
  background: linear-gradient(135deg, #ff7eb3, #ff758c);
  color: white;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#startButton:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

/* Countdown Screen Styles */
#countdownScreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 20;
  display: none;
}

#countdownMessage {
  font-size: 3rem;
  font-weight: bold;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  animation: fadeInOut 1s infinite alternate;
}

/* Sound Toggle Button */
#soundToggle {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1rem;
  padding: 8px 16px;
  background: linear-gradient(135deg, #74b9ff, #0984e3);
  color: white;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#soundToggle:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

/* Media Query for Mobile Devices */
@media (max-width: 600px) {
  button {
    font-size: 0.9rem;
    padding: 10px 20px;
    flex: 1 1 calc(50% - 20px); /* Two buttons per row on mobile */
  }

  #message {
    font-size: 1.2rem;
  }
}










.countdown-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  transition: opacity 0.5s ease-in-out;  /*Smooth fade effect */
  opacity: 1; /* Fully visible by default */

  font-size: 3rem;
  font-weight: bold;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  animation: fadeInOut 1s infinite alternate;
}


#countdownScreen1 {
  z-index: 1; /* Start as the top layer */
display: none;
}

#countdownScreen2 {
  z-index: 0; /* Start as the bottom layer */
display: none;
}

.hidden { 
   display: none; /* Fully hidden */
}

#controls
{
 display: none;

}

#breathingClock
{
display: none;
}

#message
{
display: none;
}

#footer {
    color: gray; /* Gray text for readability */
    text-align: center; /* Center the text */
    padding: 10px; /* Add some padding for spacing */
    position: fixed; /* Ensures the footer stays at the bottom */
    bottom: 0; /* Positions the footer at the very bottom */
    left: 0; /* Aligns the footer to the left edge */
    width: 100%; /* Ensures the footer spans the full width of the page */
    font-family: Arial, sans-serif; /* Change font for a modern look */   
    
}

#footer p {
    margin: 0; /* Remove default margin */
    font-size: 1em; /* Font size for emphasis */
    text-align: center; /* Center the text */
}

/* Media Query for Mobile Devices */
@media (max-height: 600px) {

#footer {
font-size: 0.8rem; 
}

 #footer p {
    font-size: 0.8rem;   
  }
}


@media (max-width: 600px) {

#introScreen p {
    font-size: 0.8rem;   
  }
}


</pre></body></html>