body {
  background-color: #B1E9A3;
  font-family: Georgia, 'Times New Roman', Times, serif; font-size: 17px;
  margin: 0;
  padding: 0;
  position: relative;
}

#top {
  position: relative;
  z-index: 1000;
}


.nav-button {
  display: inline-block;
  padding: 0.8rem 1.25rem;
  margin: 0.5rem;
  background-color: #C7EEFF;
  color: #7AC38F;
  text-decoration: none;
  border-radius: 12px;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.nav-button:hover {
  background-color: #003f6f;
  transform: translateY(-1px);
}

.nav-button:active {
  transform: translateY(0);
}

h1 { color: #002f4f; font-family:cursive; font-weight: 900; font-style: italic; font-style: bold; text-align: center; font-size: 50px }
h2 { color: #002f4f; font-family: cursive; font-weight: 900; font-style: italic; font-style: bold; text-align: center; font-size: 35px }
nav { text-align: center; }
.normal-text { color: #003559; font-family: 'Courier New', Courier, monospace; font-weight: 900; font-style: italic; text-align: justify; font-size: clamp(1rem, 2vw, 1.5rem); }



.tiana-image,
.tiana-image3 {
  border: 3px solid rgb(7, 50, 34);
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  width: 260px;
  height: auto;
  margin: 0;
  flex: 1 1 0;
  max-width: 45%;
}

.tiana-work { border: 3px solid rgb(7, 50, 34); border-radius: 10px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); margin: 15px; width: 300px; float: left; }

.Beyquote1 { border: 3px solid #7AC38F; background-color: #88E0D0; border-radius: 10px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); margin: 10px; width: 600px; float: left; font-family: 'Courier New', Courier, monospace; font-weight: 900; font-style: italic; text-align: justify; font-size:20px }
.Tianaquote1 { border: 3px solid #7AC38F; background-color: #88E0D0; border-radius: 10px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); margin: 10px; width: 600px; float: left; font-family: 'Courier New', Courier, monospace; font-weight: 900; font-style: italic; text-align: justify; font-size:20px }
.Tianaquote2 { border: 3px solid #7AC38F; background-color: #88E0D0; border-radius: 10px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); margin: 10px; width: 600px; float: right; font-family: 'Courier New', Courier, monospace; font-weight: 900; font-style: italic; text-align: justify; font-size:20px }

.Div1 { border: 3px solid #7AC38F; background-color: #B1E9A3; border-radius: 10px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); width: 700px; height: 1260px; font-family: 'Courier New', Courier, monospace; font-weight: 900; font-style: italic; text-align: justify; font-size: 20px; padding: 15px; position: absolute; top: 145px; left: 41%; transform: translateX(-50%); justify-content: space-between; display: flex; flex-direction: column; z-index: 0; }

.introduction { border: 3px solid #7AC38F; background-color: #88E0D0; border-radius: 10px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); margin: 10px; width: 680px; font-family: 'Courier New', Courier, monospace; font-weight: 900; font-style: italic; text-align: justify; font-size: 20px; }

.title { position: absolute; top: 10px; left: 35%; transform: translateX(-50%); z-index: 2; color: #002f4f; font-family: cursive; font-weight: 1000; font-style: italic; font-style:bold; text-align: center; font-size: 52px; border: 3px solid #7AC38F; background-color:#C7EEFF; border-radius: 10px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); padding: 15px; margin: 0; width:500px; height:80px}

.timeelement { position: absolute; top: 20px; left: 90%; transform: translateX(-50%); z-index: 2; color: #002f4f; font-weight: 900; font-style: italic; text-align: left; font-size: clamp(1rem, 4vw, 1.5rem); border: 3px solid #7AC38F; background-color:#C7EEFF; border-radius: 10px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); padding: 10px; margin: 0; }

.Div2 { border: 3px solid #7AC38F; background-color: #B1E9A3; border-radius: 10px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); width: 300px; height: 350px; font-weight: 900; font-style: italic; text-align: justify; font-size: 20px; padding: 0px; position: absolute; top: 300px; left: 87.5%; transform: translateX(-50%); justify-content: space-between; align-items: center; display: flex; flex-direction: column; z-index: 1; }

.tiana-image2 { border: 3px solid rgb(7, 50, 34); border-radius: 10px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); margin: 15px; width: 250px; float: left; }

.tiana-app { width: 64px; height: 64px; border-radius: 12px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); margin: 0px; border: 3px solid rgb(7, 50, 34);  position: absolute; top: 0; left: 0; cursor: pointer; touch-action: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tiana-app-icon { width: 64px; height: 64px; border-radius: 10px; }

.app-name { text-align: center; font-family: cursive; font-weight: 900; font-style: italic; font-size: clamp(0.75rem, 2vw, 1rem); margin-top: 5px; color:azure }

.tiana-app.selected {
  border-color: #88E0D0;
  box-shadow: 0 0 0 6px rgba(255,215,0,0.12);
}

#TianaSPalaceApp {
  position: absolute;
  top: 160px;
  right: 22%;
  z-index: 3;
}



.Ray { border: 3px solid #7AC38F; background-color: #88E0D0; border-radius: 10px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); margin: 10px; margin-top: 30px; width: 70px; float: right; }

#welcomeclose {
  position: absolute;
  top: 0px;
  right: 14px;
  z-index: 4;
  cursor: pointer;
  color: #002f4f;
  font-family: cursive;
  font-weight: 900;
  font-style: italic;
  font-size: clamp(1rem, 2vw, 1.5rem);
  border: 3px solid #0ae9da;
  background-color: #0ad1dc;
  border-radius: 10px;
  width: 20px;
  height: 20px;
}

.closebutton {
  position: absolute;
  top: 0px;
  right: 14px;
  z-index: 4;
  cursor: pointer;
  color: #002f4f;
  font-family: cursive;
  font-weight: 900;
  font-style: italic;
  font-size: clamp(1rem, 2vw, 1.5rem);
  border: 3px solid #0ae9da;
  background-color: #0ad1dc;
  border-radius: 10px;
  width: 20px;
  height: 20px;
}

#welcomeopen {
  position: absolute;
  top: 5px;
  right: 25%;
  width: 140px;
  height: 50px;
  background-color: #B1E9A3;
  border: 3px solid #7AC38F;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  color:#002f4f;
  padding:4px;
  margin:10px;
  z-index: 2;
  color: #003559; 
  font-family: cursive; 
  font-style: italic; 
  font-weight: 900;
  text-align: center; 
  font-size: 20px; 
}

#aboutopen {
  position: absolute;
  top: 72px;
  right: 25%;
  width: 140px;
  height: 45px;
  background-color: #B1E9A3;
  border: 3px solid #7AC38F;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  color:#002f4f;
  padding:4px;
  margin:10px;
  z-index: 2;
  color: #003559; 
  font-family: cursive; 
  font-style: italic; 
  font-weight: 900;
  text-align: center; 
  font-size: 20px; 
}
  
.Div3 { border: 3px solid #7AC38F; background-color: #B1E9A3; border-radius: 10px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); width: 800px; height: 2000px; font-weight: 900; font-style: italic; text-align: justify; font-size: clamp(1rem, 2vw, 1.5rem); padding: 0px; position: absolute; top: 300px; left: 50%; transform: translateX(-50%); justify-content: space-between; align-items: center; display: flex; flex-direction: column; z-index: 3; }

#TianaSPalaceAppwindow {
  display: none; position: absolute; top: 140px; left: 50%; transform: translateX(-50%); width: 800px; height: 2000px; background-color: #B1E9A3; border: 3px solid #7AC38F; border-radius: 10px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); padding: 20px; overflow-y: auto; z-index: 5;
}

.window-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.recipe{
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #88E0D0;
  border: 3px solid #7AC38F;
  float:left
}

.beignets { float: left; border: 3px solid rgb(7, 50, 34); border-radius: 10px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); margin: 15px; width: 400px; max-width: 400px; min-height: 200px; height: auto; background-color: #C7EEFF; font-size: 20px; padding: 10px; white-space: normal; text-align: justify; }

.instructions { border: 3px solid rgb(7, 50, 34); border-radius: 10px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); margin: 15px; width: 100%; background-color: #C7EEFF; font-size: 20px; padding: 15px;  }

#beignetingr { float:right; border: 3px solid rgb(7, 50, 34); border-radius: 10px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); margin: 15px; width: 400px;  background-color: #C7EEFF; font-size: 20px; padding: 10px; }

#beignetinstructions { float:left; border: 3px solid rgb(7, 50, 34); border-radius: 10px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); margin: 15px; width: 95%; background-color: #C7EEFF; font-size: 20px; padding: 10px; }

#gumboingredients {
  float: right;
  border: 3px solid rgb(7, 50, 34);
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  margin: 15px;
  width: 600px;
  max-width: 95%;
  min-height: 200px;
  height: auto;
  background-color: #C7EEFF;
  font-size: 20px;
  padding: 10px;
  white-space: normal;
  overflow: auto;
}

#gumboinstructions {
  float: left;
  border: 3px solid rgb(7, 50, 34);
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  margin: 15px;
  width: 700px;
  max-width: 95%;
  min-height: 200px;
  height: auto;
  background-color: #C7EEFF;
  font-size: 20px;
  padding: 15px;
  white-space: normal;
  text-align: justify;
}
 
#gumboserves { float :left; border: 3px solid rgb(7, 50, 34); border-radius: 10px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); margin: 15px; width: 140px; max-width: 140px; min-height: 50px; height: auto; background-color: #C7EEFF; font-size: 20px; padding: 10px; white-space: normal; text-align: justify; }
  
#gumbo { float: left; border: 3px solid rgb(7, 50, 34); border-radius: 10px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); margin: 15px; width: 400px; max-width: 400px; min-height: 200px; height: auto; background-color: #C7EEFF; font-size: 20px; padding: 10px; white-space: normal; text-align: justify; }

#gumbo-source { float: left; border: 3px solid rgb(7, 50, 34); border-radius: 10px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); margin: 15px; width: 600px; max-width: 95%; min-height: 50px; height: auto; background-color: #C7EEFF; font-size: 20px; padding: 10px; white-space: normal; text-align: justify; }

#beignet-source { float: left; border: 3px solid rgb(7, 50, 34); border-radius: 10px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); margin: 15px; width: 600px; max-width: 95%; min-height: 50px; height: auto; background-color: #C7EEFF; font-size: 20px; padding: 10px; white-space: normal; text-align: justify; }

.settings-app { width: 64px; height: 64px; border-radius: 12px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); margin: 0px; border: 3px solid rgb(7, 50, 34); top: 160px; right: 5%; position: absolute; cursor: pointer; touch-action: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; }

.settings-app-icon { width: 64px; height: 64px; border-radius: 10px; }

.app-name { text-align: center; font-family: cursive; font-weight: 900; font-style: italic; font-size: clamp(0.75rem, 2vw, 1rem); margin-top: 5px; color:azure }

.settings-app.selected {
  border-color: #88E0D0;
  box-shadow: 0 0 0 6px rgba(255,215,0,0.12);
}

#SettingsAppwindow { border: 3px solid #7AC38F; background-color: #B1E9A3; border-radius: 10px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); width: 800px; height: 400px; font-weight: 900; font-style: italic; text-align: justify; font-size: clamp(1rem, 2vw, 1.5rem); padding: 0px; position: absolute; top: 300px; left: 50%; transform: translateX(-50%); justify-content: space-between; align-items: center; display: flex; flex-direction: column; z-index: 3; }

.settings-controls {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 680px;
  margin: 12px auto;
  color: #002f4f;
}
.settings-controls label { display: flex; flex-direction: column; font-weight: 700; }
.settings-controls input[type="text"] { padding: 8px; border-radius: 6px; border: 1px solid #ccc; }
.settings-controls input[type="color"] { width: 56px; height: 36px; padding: 0; border: none; }
.settings-buttons button, .settings-controls button {
  padding: 8px 12px; border-radius: 8px; border: none; background:#C7EEFF; color:#002f4f; cursor: pointer;
}

.wallpaper-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 8px 0 16px 0;
}
.wallpaper-thumb {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  background: none;
  cursor: pointer;
}
.wallpaper-thumb img { display:block; width:100%; height:64px; object-fit:cover; }
.wallpaper-thumb.selected { border-color: #7AC38F; box-shadow: 0 0 0 4px rgba(122,195,143,0.12); }