  @font-face {
    font-family: "DynaPuff";
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/DynaPuff-Regular.ttf') format('truetype');
    font-display: swap;
  }

  @font-face {
    font-family: "Alatsi";
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/Alatsi-Regular.ttf') format('truetype');
    font-display: swap;
  }

  body, div, h1, h2, h3, p, ul, li, img {
    margin: 0;
    padding: 0;
    border: 0;
  }

  body {
    background-color: #f0e4ed;
    color: #5c4046; 
    font-family: "Alatsi", sans-serif;
    font-size: 14px;
    line-height: 1.6;
  }

  h1, h2, h3, h4 {
    font-family: "DynaPuff", cursive;
    font-weight: normal;
  }

  a, a:visited {
    color: #80cbc4;
  }

  a:hover {
    color: #f06292;
  }

  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .clearfix { display: inline-block; }
  * html .clearfix { height: 1%; }
  .clearfix { display: block; }

  #page-shadow {
    width: 1000px;
    margin: 40px auto;
    background-color: #b2dfdb;
  }

  #wrapper {
    position: relative;
    top: -6px;
    left: -6px;
    background-color: #fafdfd;
    border: 1px solid #80cbc4;
  }

  header {
    text-align: center;
    padding: 40px 20px;
    background-color: #ffffff;
    border-bottom: 2px dashed #b2dfdb;
    position: relative;
  }

  .corner-box {
    position: absolute;
    top: 15px;
    right: 20px;
    background-color: #e0f2f1;
    color: #00796b;
    padding: 4px 12px;
    font-family: "DynaPuff", cursive;
    font-size: 12px;
    border: 2px outset #b2dfdb;
  }

  header h1 {
    font-size: 64px;
    color: #f06292;
    letter-spacing: 2px;
    margin-bottom: 5px;
  }

  header h2 {
    font-family: "Alatsi", sans-serif;
    font-size: 18px;
    color: #80cbc4;
    letter-spacing: 2px;
    border-top: 3px double #b0bec5; 
    display: inline-block;
    padding-top: 8px;
  }

  #nav-wrap {
    background-color: #fce4ec;
    border-bottom: 3px solid #f48fb1;
    border-top: 1px solid #ffffff;
    text-align: center;
    padding: 12px 0;
  }

  .nav-item {
    font-family: "DynaPuff", cursive;
    color: #d81b60;
    background-color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    margin: 0 4px;
    padding: 4px 10px;
    border: 2px outset #f8bbd0;
  }

  .nav-item:hover {
    background-color: #e0f2f1;
    color: #00796b;
    border-style: inset;
  }

  #content {
    padding: 25px;
    background-color: #fafdfd;
  }

  #sidebar {
    float: left;
    width: 280px;
  }

  .header-bracket {
    width: 60px;
    height: 12px;
    background-color: #b0bec5;
    margin: 0 auto;
    border: 2px outset #cfd8dc;
    border-bottom: none;
  }

  .profile-card {
    background-color: #ffffff;
    border: 2px solid #b2dfdb;
    margin-bottom: 25px;
  }

  .profile-header-title {
    background-color: #e0f2f1;
    color: #00695c;
    font-family: "DynaPuff", cursive;
    font-size: 13px;
    padding: 8px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #b2dfdb;
  }

  .profile-banner {
    height: 110px;
    background-color: #ffeebf;
    border-bottom: 2px solid #ffffff;
    overflow: hidden;
  }

  .profile-banner img {
    width: 100%;
    height: 110px;
  }

  .profile-avatar-container {
    text-align: center;
    margin-top: -65px;
  }

  .profile-avatar-bg {
    width: 95px;
    height: 95px;
    background-color: #fce4ec;
    border: 4px solid #ffffff;
    margin: 0 auto;
    border-right: 4px solid #e0e0e0;
    border-bottom: 4px solid #e0e0e0;
  }

  .profile-details {
    padding: 15px;
    text-align: center;
  }

  .profile-name {
    font-family: "DynaPuff", cursive;
    font-size: 24px;
    color: #d81b60;
  }


  .profile-bio {
    font-size: 13px;
    color: #5c4046;
    margin-bottom: 15px;
    text-align: left;
    background-color: #fdf2f5;
    padding: 10px;
    border: 1px solid #f8bbd0;
    border-left: 4px solid #f48fb1;
  }

  .pronoun-badge {
    display: block;
    background-color: #ffffff;
    color: #ad1457;
    padding: 6px 10px;
    font-family: "DynaPuff", cursive;
    font-size: 12px;
    border: 1px dashed #f48fb1;
    text-align: left;
  }

  .sidebar-box {
    border: 2px solid #e0f2f1;
    background-color: #ffffff;
    padding: 15px;
  }

  .sidebar-box h3 {
    color: #00796b;
    font-size: 15px;
    border-bottom: 2px dotted #b2dfdb;
    padding-bottom: 5px;
    margin-bottom: 12px;
  }

  .button-list {
    list-style: none;
    text-align: center;
  }

  .button-list li {
    margin-bottom: 8px;
    font-size: 13px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 4px;
  }

  .button-list strong {
    color: #f06292;
    font-family: "DynaPuff", cursive;
    font-size: 12px;
  }

  #main-area {
    float: right;
    width: 640px;
  }

  .post-shadow-wrap {
    background-color: #d1e4e3;
    margin-bottom: 40px;
  }

  .post-box {
    position: relative;
    top: -4px;
    left: -4px;
    border: 3px solid #80cbc4;
    background-color: #e0f2f1;
  }

  .alt-color {
    border-color: #f48fb1;
    background-color: #fce4ec;
  }
  
  .alt-color-shadow {
    background-color: #f8bbd0;
  }

  .crease {
    height: 10px;
    border-bottom: 1px solid #b2dfdb;
    border-top: 1px solid #ffffff;
  }

  .alt-color .crease {
    border-bottom: 1px solid #f8bbd0;
  }

  .post-inner {
    padding: 20px;
  }

  .post-title {
    font-size: 26px;
    color: #ad1457;
    background-color: #ffffff;
    display: inline;
    padding: 2px 10px;
    border: 1px solid #cfd8dc;
  }

  .post-date {
    font-size: 12px;
    color: #111;
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .post-content {
    background-color: #ffffff;
    padding: 15px;
    border: 1px dashed #cfd8dc;
  }

  .post-content p {
    margin-bottom: 15px;
  }


.gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 5px;
    clear: both;
}

.gallery-item {
    box-sizing: border-box;
    flex: 1 1 260px;
    max-width: calc(50% - 6px);
    background-color: #ffffff;
    border: 2px solid #80cbc4;
    padding: 6px;
    position: relative;
    top: -3px;
    left: -3px;
}

.gallery-item:nth-child(even) {
    border-color: #f48fb1;
    background-color: #fce4ec;
}

.gallery-item img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    border: 1px dashed #cfd8dc;
}

.gallery-date {
    font-family: "DynaPuff", cursive;
    font-size: 11px;
    color: #00796b;
    background-color: #e0f2f1;
    display: inline-block;
    padding: 2px 8px;
    margin-top: 6px;
    border: 1px dashed #b2dfdb;
}

.gallery-item:nth-child(even) .gallery-date {
    color: #ad1457;
    background-color: #ffffff;
    border-color: #f8bbd0;
}

.gallery-desc {
    font-size: 13px;
    color: #5c4046;
    margin-top: 6px;
    line-height: 1.4;
}


#lightbox-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
}

#lightbox-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    filter: alpha(opacity=80); 
    opacity: 0.8;
}

#lightbox-content {
    position: relative;
    top: 5%; 
    z-index: 10000;
    display: inline-block;
    background: #ffffff;
    padding: 10px;
    border: 1px solid #333;
}

#lightbox-img {
    display: block;
    margin: 0 auto;
}

#lightbox-close {
    display: block;
    margin-top: 10px;
    cursor: pointer;
    font-family: sans-serif;
    text-decoration: underline;
    color: #333;
}
  
  .highlight-badge {
    background-color: #ffffff;
    border: 1px solid #00796b;
    padding: 2px 8px;
    font-size: 11px;
    color: #004d40;
    font-family: monospace;
    border-right: 2px solid #00796b;
    border-bottom: 2px solid #00796b;
  }


.gb-section-header {
    font-family: monospace, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px dashed #aaa;
    padding-bottom: 5px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #333;
    letter-spacing: 1px;
}

.registry-area, .form-area {
    background: #f9f9f9;
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 20px;
}

.gb-entry {
    background: #ffffff;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    font-family: sans-serif;
}

.gb-entry-header {
    background: #eaeaea;
    padding: 6px 10px;
    font-size: 11px;
    font-family: monospace;
    color: #555;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
}

.gb-entry-text {
    padding: 12px 10px;
    font-size: 13px;
    color: #222;
    line-height: 1.5;
}

.gb-admin-reply {
    margin: 0 10px 10px 10px;
    padding: 10px;
    background: #fdfae6;
    border: 1px solid #e5c100;
    border-left: 4px solid #e5c100;
    font-size: 12px;
    color: #444;
}

.gb-input, .gb-textarea {
    width: 100%;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
    border: 1px solid #aaa;
    padding: 8px;
    margin-bottom: 10px;
    font-family: monospace;
    font-size: 12px;
    background: #fff;
    color: #333;
}

.gb-input:focus, .gb-textarea:focus {
    border-color: #555;
    outline: none;
    background: #fcfcfc;
}

.gb-submit {
    background: #e0e0e0;
    border: 1px solid #888;
    padding: 6px 15px;
    font-family: monospace;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    color: #111;
    text-transform: lowercase;
}

.gb-submit:hover {
    background: #d0d0d0;
    border-color: #666;
}

.gb-submit:active {
    background: #c0c0c0;
}

  footer {
    background-color: #ffffff;
    border-top: 2px dashed #b2dfdb;
    text-align: center;
    padding: 25px;
    font-size: 12px;
    color: #78909c;
  }

  footer a, a:hover, a:visited {
    color: #f06292;
  }