/* =========================
base
========================= */
body {
margin: 0;
font-family: 'Delius Swash Caps', cursive, sans-serif;
font-size: 14px;
color: #7c3a64;
background: white;
background: url('https://files.catbox.moe/vws5r9.png');
cursor: url(https://cur.cursors-4u.net/others/oth-8/oth710.cur), auto;

}
a {
color: inherit;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}

/* =========================
layout
========================= */
.wrapper {
display: flex;
justify-content: center;
padding: 20px;
}
.site-frame {
width: 1000px;
padding: 10px;
background-color: white;
border: 2px solid #ff9cd0;
border-radius: 12px;
box-shadow: 3px 3px 5px lightgrey;
}
.content-area {
display: flex;
gap: 20px;
margin-top: 10px;
}
/* =========================
banner
========================= */
.banner img {
width: 100%;
max-height: 500px;
border-radius: 12px;
}


/* =========================
sidebars
========================= */
.sidebar {
width: 200px;
}
.sidebar.left {
margin-right: 10px;
}
.sidebar.right {
margin-left: 10px;
}

/* =========================
windows
========================= */
.window {
margin-bottom: 10px;
background-color: white;
border: 2px solid #ff9cd0;
border-radius: 6px;
box-shadow: 3px 3px 5px lightgrey;
font-family: 'Fredoka', sans-serif;
}
.window-title {
padding: 4px 10px;
font-family: 'Delius Swash Caps', cursive, sans-serif;
font-weight: bold;
color: #e76aae;
background-color: #ffe0ee;
border-bottom: 2px solid #ff9cd0;
border-radius: 6px 6px 0 0;
}
.window-content {
padding: 10px;
font-family: 'Fredoka', sans-serif;
}


/* container */
.image-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* global image safety net */
.image-row img {
  max-width: 100%;
  height: auto;
  display: block;
}



/* =========================
update log (right sidebar)
========================= */
.update-log {
border: 2px solid #ff9cd0;
box-shadow: 3px 3px 5px lightgrey;
padding: 10px;
margin-bottom: 10px;
background: white;
max-height: 400px;
overflow-y: auto;
}
.update-log ul {
padding-left: 20px;
margin: 0;
}
.update-log li {
margin-bottom: 6px;
font-size: 13px;
}

/* =========================
buttons (right sidebar)
========================= */
.buttons-box {
border: 2px solid #ff9cd0;
box-shadow: 3px 3px 5px lightgrey;
padding: 10px;
margin-bottom: 10px;
background: white;
text-align: center;
}
.buttons-box img {
max-width: 100%;
margin-bottom: 6px;
}

/* =========================
neighbors section
========================= */
.neighbors {
border: 2px solid #ff9cd0;
box-shadow: 3px 3px 5px lightgrey;
padding: 10px;
background: white;
}
.neighbors img {
width: 100px;
height: auto;
margin: 4px;
}

/* =========================
main content
========================= */
.main-content {
flex: 1;
}
h1 {
margin-bottom: 8px;
font-size: 18px;
color: #ff8fc4;
}
.note {
font-size: 12px;
color: #a95b89;
}

/* =========================
lists
========================= */
.nav-list {
list-style: none;
padding: 6px 14px;
font-family: 'Fredoka', sans-serif;
}
.nav-list li {
padding: 3px 0;
cursor: pointer;
}
.sub-title {
margin: 10px 10px 4px;
padding-bottom: 4px;
font-weight: bold;
color: #d178b7;
border-bottom: 1px solid #ccc;
}
.cute-bullet-list {
list-style: none;
padding-left: 10px;
}
.cute-bullet-list li {
margin-bottom: 6px;
padding-left: 20px;
background: url('https://files.catbox.moe/58prcm.gif') no-repeat left center;
background-size: 14px;
font-family: 'Delius Swash Caps', sans-serif;
color: #c77aaa;
}

/* =========================
extras
========================= */
.mascot {
float: right;
width: 120px;
margin-left: 10px;
}




/* =========================
footer
========================= */
.footer {
margin-top: 20px;
text-align: center;
font-size: 12px;
color: #c77aaa;
}