
@font-face {
  font-family: "mainfont";                      
  src:
    url("Maginer-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;  
}


:root {
  --wing-scale: 1.8;           
  --wing-base-width: 500px;
  --wing-base-height: 281px;
  /* Computed wing sizes */
  --wing-width: calc(var(--wing-base-width) * var(--wing-scale));
  --wing-height: calc(var(--wing-base-height) * var(--wing-scale));
}


html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: none;
}

#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

#background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-position: center top;
  background-repeat: repeat;
  background-image: url("background6.jpg");
  z-index: -1;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("layer.png") repeat left top;
  z-index: 9999;
  pointer-events: none;
}

#ouijatv {
  position: absolute;
  top: 19%;
  left: 90%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: auto;
  pointer-events: none;
}

.desktop {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1280px;
  height: 720px;
  transform: translate(-50%, -50%);
  font-family: Arial, sans-serif;
  user-select: none;
}

#flower-string {
  position: absolute;
  top: -140px;
  right: -230px;
  width: 1010px;
  height: auto;
  transform: rotate(269deg);
  transform-origin: top right;
  opacity: 0.85;
  pointer-events: none;
}
#flower-string-left {
  position: absolute;
  top: -140px;
  left: -250px;
  width: 1010px;
  height: auto;
  transform: rotate(89deg);
  transform-origin: top left;
  opacity: 0.85;
  pointer-events: none;
}
#girl-image {
  position: absolute;
  bottom: -80px;
  right: -300px;
  width: 400px;
  height: auto;
  pointer-events: none;
  opacity: 0.95;
}

/* ─── Dock Styles  ──────────────────────── */
#dock::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; 
}

#dock {
  position: absolute;
  top: 400px;
  left: -350px;
  width: var(--wing-width);
  height: var(--wing-height);
  background: url('wings0.png') no-repeat 0 0;
  background-size: var(--wing-width) var(--wing-height);
  box-sizing: border-box;
  z-index: 100;
  pointer-events: none;
}

.dock-click-container {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--wing-width);
  height: var(--wing-height);
  pointer-events: none;     
}

.dock-item {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--wing-width);
  height: var(--wing-height);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.15s ease;
  pointer-events: none;    
  
}

.dock-item img {
  width: var(--wing-width);
  height: var(--wing-height);
  pointer-events: none;
}
.dock-item.hover {
  transform: scale(1.1);
}

.click-area {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--wing-width);
  height: var(--wing-height);
  pointer-events: auto;
  background: transparent;
  cursor: pointer;
  z-index: 9999;
}

.click-area-site-map {
  clip-path: polygon(
    190px 310px,
    371px 405px,
    311px 299px
  );
}
.click-area-about {
  clip-path: polygon(
    481px  68px,
    389px 299px,
    481px 284px,
    545px 173px,
    527px  50px
  );
}
.click-area-music {
  clip-path: polygon(
    419px  76px,
    385px 292px,
    446px 295px,
    482px 171px,
    454px  50px
  );
}
.click-area-community {
  clip-path: polygon(
    175px 383px,
    290px 315px,
    358px 340px,
    346px 392px,
    212px 407px
  );
}


.click-area-web-buttons {
  clip-path: polygon(
    391px 187px,
    418px 304px,
    362px 351px,
    250px 144px,
    257px 119px,
    275px 104px
  );
}
.click-area-update {
  clip-path: polygon(
    329px 230px,
    389px 311px,
    356px 376px,
    198px 238px,
    193px 194px
  );
}

/* ─── Window Styles ───────────────────────────────────────────────────────────── */
.window {
  font-family: "mainfont", Arial, sans-serif;
  position: absolute;
  background: #C0C0C0; 
  color: #000; 
  box-shadow: 2px 2px #000; 
  border: 2px outset #fff; 
  display: flex;
  flex-direction: column;
  z-index: 10;
}

.content {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.titlebar {
  background: linear-gradient(to right, #8a8acc, #d1c9dd); 
  border-bottom: 2px solid #808080;
  padding: 3px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #fff; 
  cursor: grab;
  user-select: none;
}
.titlebar:active {
  cursor: grabbing;
}
.titlebar .title-text {
  font-weight: bold;
}
.titlebar .icons span {
  margin-left: 6px;
  cursor: pointer;
  font-weight: bold;
  background: #c0c0c0;
  border: 1px solid #808080;
  box-shadow: inset 1px 1px #ffffff, inset -1px -1px #000000;
  padding: 0 4px;
}
.titlebar .icons .close {
  color: #000;
}
.titlebar .icons span:hover {
  background: #e0e0e0;
}

/* ─── Site Map ─────────────────────────────────── */

.site-map .map-list,
.site-map .map-list ul {
  list-style: none;      
  margin: 0;
  padding: 0;
}

.site-map .map-list {
  padding-left: 6px;                   
  border-left: 1px dotted rgba(75, 24, 24, 0.836); 
  padding-right: 220px;   
  margin: 0;         
}

.site-map .map-list li {
  position: relative;        
  margin: 4px 0;             
  padding-left: 10px;        
  font-size: 12px;           
  line-height: 1.2em;        
  color: #500;               
}

.site-map .map-list li::before {
  content: "▶";               
  position: absolute;
  left: -12px;                
  top: 0;                     
  font-size: 11px;            
  color: #a19683;                
}

.site-map .map-list ul {
  margin-left: 12px;           
  padding-left: 8px;           
  border-left: 1px dotted black;
}

.site-map .map-list li > a {
  text-decoration: none;       
  color: #574343;                 
}
.site-map .map-list li > a:hover {
  text-decoration: underline;  
  color: #910b0b;                 
}

.site-map .map-list li .sub-text {
  display: block;
  margin-top: 2px;             
  margin-left: 16px;           
  font-size: 11px;             
  color: #555;                 
  font-style: italic;
}

.site-map .map-container {
  display: flex;
  align-items: flex-start;  
  gap: 12px;
  position: relative;                
}

.site-map .map-side-img {
      flex: 0 0 auto;
    width: 200px;
    height: auto;
    margin: 0;
    
}

.broken-glass-img {
    position: relative;
    top: -420px;
    right: 100px;
    width: 380px;
    height: auto;
    margin: 0;
    display: block;
}

.site-map .map-container .img-wrapper {
  position: absolute;   
  top: 4px;            
  right: -240px;          
  display: inline-block;
  z-index: 2;           
}


.site-map .webbuttons-box {
  border-top: 1px solid #999;
  margin: 8px 0;
  padding-top: 8px;
}
.site-map .webbuttons-header {
  font-weight: bold;
  margin-bottom: 4px;
  text-transform: lowercase;
}
.site-map .webbuttons-content {
  display: flex;
  align-items: center;
  gap: 4px;
}
.site-map .webbuttons-content img {
  width: 32px;
  height: auto;
  margin-right: 4px;
}
.site-map .webring-label {
  font-size: 11px;
  text-transform: uppercase;
}


.site-map .buttons-box {
  border-top: 1px solid #999;
  margin-top: 0;
  padding-top: 2px;
}
.site-map .buttons-header {
  font-weight: bold;
  margin-bottom: 4px;
  text-transform: lowercase;
}
.site-map .buttons-content {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.site-map .buttons-content img {
  width: 78px;
  height: auto;
  border: 1px solid #666; 
  background: #fff;       
}
.site-map .bottom-decor {
  display: block;
  margin: 8px auto 0 auto;
  width: 100%;
  height: auto;
  opacity: 0.8;
}


/* MENU BAR  */
.menu-bar {
  background: rgba(240, 240, 240, 0.9);
  border-bottom: 1px solid #999;
  display: flex;
  padding: 4px 8px;
  font-family: 'Lucida Console', Monaco, monospace;
  font-size: 12px;
  color: #222;
}
.menu-item {
  margin-right: 24px;
  cursor: pointer;
}
.menu-item:hover {
  background: rgba(200, 200, 200, 0.6);
  border-radius: 3px;
}

/* ─── Initial Window Positions ──────────────────────────────────────────────── */
.site-map  { top:   3px; left:  120px; width: 300px; height: 370px; }
.about     { top:  20px; left:  440px; width: 520px; height: 360px; }
.music     { top:  20px; left:  900px; }
.community { top: 400px; left:   56px; width: 600px; height: 300px; }
.web-buttons { top: 400px; left:  704px; width: 180px; height: 260px; }
.update    { top: 420px; left:  919px; width: 300px; height: 280px; }
.help      { top: 220px; left:  440px; width: 120px;}
.file-dialog  { top: 100px; left:  300px; width: 500px; height: 380px; }

/* ─── Paint Box ──────────────────────────────────────────── */
.palette {
  display: flex;
    flex-wrap: nowrap;
    margin-bottom: 8px;
}
.swatch {
  width: 24px;
  height: 24px;
  margin: 2px;
  border: 1px solid #666;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
}
.swatch.selected {
  border: 2px solid #fff;
}
.paint-canvas {
  flex-grow: 1;
  width: 100%;
  height: 100%;
  border: 1px solid #999;
  background: #fff;
  cursor: crosshair;
  display: block;
}

/* ─── Inner Dashed Border ────────────────────── */
.inner-dashed {
  background-color: #ffffff; /* white inner box */
  border: 2px solid #808080;
  padding: 8px;
  margin: 4px;
  box-shadow: inset 1px 1px #ffffff, inset -1px -1px #000000;
  overflow-y: auto;
  overflow-x: hidden;
}

.calendar {
  width: 280px;
  height: 240px;
  border: none;
  display: block;
  margin-left: -13px;
  margin-right: auto;
  margin-bottom: 4px;
}


/* ─── Music Player Window ──────────────────────────────────────────────── */
.window.music {
  backdrop-filter: blur(2px);           
  -webkit-backdrop-filter: blur(14px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}


.window.music .inner-dashed {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);         
  -webkit-backdrop-filter: blur(10px); 
  border: 2px solid #808080;
  box-shadow: inset 1px 1px #FFF, inset -1px -1px #000;
  padding: 6px;
  margin: 4px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* ─── CD + Controls ───────────────────────────────────────── */
.player-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cd-side-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.cd-display {
  flex-shrink: 0;
  text-align: center;
}
.cd-display img#main-cd-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.track-info {
  margin-top: 4px;
  font-size: 10px;
  font-family: 'Lucida Console', monospace;
  color: #333;
}

/* ─── Volume + Progress Controls ───────────────────────────────────────── */
.side-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: space-between;
}

.volume-row,
.progress-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.vol-btn {
  width: 20px;
  height: 20px;
  background: #E0E0E0;
  border: 2px solid #808080;
  box-shadow: inset 1px 1px #FFF, inset -1px -1px #000;
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vol-btn:hover {
  background: #fff;
}

.vol-slider input,
.seek-bar input {
  width: 100%;
  height: 6px;
  -webkit-appearance: none;
  background: #ccc;
  border: 1px solid #808080;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.vol-slider input::-webkit-slider-thumb,
.seek-bar input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 8px;
  height: 8px;
  background: #6666EE;
  border: 1px solid #444;
  border-radius: 50%;
}

.time {
  font-family: 'Lucida Console', monospace;
  font-size: 11px;
  width: 40px;
  text-align: right;
  color: #333;
}

/* ─── Control Buttons Row ─────────────────────────────────────────────── */
.buttons-row {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 4px;
}

.btn {
  width: 26px;
  height: 26px;
  background: #E0E0E0;
  border: 2px solid #808080;
  box-shadow: inset 1px 1px #FFF, inset -1px -1px #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.btn:hover {
  background: #fff;
}
.btn::before {
  display: inline-block;
  line-height: 26px;
  text-align: center;
  width: 100%;
}
.icon-play::before    { content: '▶'; }
.icon-pause::before   { content: '⏸'; }
.icon-stop::before    { content: '⏹'; }
.icon-prev::before    { content: '⏮'; }
.icon-next::before    { content: '⏭'; }
.icon-shuffle::before { content: '🔀'; font-size: 12px; }
.icon-repeat::before  { content: '🔁'; font-size: 12px; }

/* ─── Divider ─────────────────────────────────────────────────────────── */
hr.divider {
  border: none;
  height: 1px;
  background-color: #808080;
  margin: 4px 0;
}

/* ─── Thumbnails ──────────────────────────────────────────────────────── */
.thumbs-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  height: 80px;
}
.cd-thumb {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cd-thumb img {
  width: 100px;
  height: 74px;
  top: 10px;
  position: relative;
}

.window.music .content {
  position: relative;
  z-index: 12; /* anything >11 works here */
}

/* ─── Spinning CD ─────────────────────────────────────────────────────── */
@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
#main-cd-img.spinning {
  animation: spin 3s linear infinite;
   filter: drop-shadow(0 0 5px rgb(161, 160, 161)) drop-shadow(0 0 10px rgb(58, 45, 58));
}

#window-music {
  position: absolute;
}

#hanging-girl {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  height: 290px;
  z-index: 11;
  pointer-events: auto; 
  cursor: pointer;
}

#hanging-girl.swinging {
  animation: swing 2s ease-in-out infinite;
}

@keyframes swing {
  0%   { transform: translateX(-50%) rotate(0deg); }
  25%  { transform: translateX(-50%) rotate(4deg); }
  50%  { transform: translateX(-50%) rotate(0deg); }
  75%  { transform: translateX(-50%) rotate(-4deg); }
  100% { transform: translateX(-50%) rotate(0deg); }
}

.window.mini-note {
  width: 240px;
  height: 260px; 
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}

#window-hanging-note {
  position: fixed; 
  z-index: 10001; 
}

.about-banner {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  margin-bottom: 8px;
  border: 1px solid #808080;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

/* ───────── About Window ────────────────────────────────────────── */
.about .inner-dashed {
  display: flex;
  flex-direction: column;
  padding: 0; 
  background-color: #aba49b;          
}

.about-banner {
  width: 100%;
  max-height: 200px;     
  object-fit: cover;
  border-bottom: 1px solid #808080;
}

.about-body {
  flex: 1;               
  display: flex;
  gap: 8px;              
  padding: 8px;          
  box-sizing: border-box;
  background-color: #ccccff;

}

.about-text {
  flex: 1;               
  background: #dfd2ff;
  border: 2px dashed rgb(247 121 158);
  padding: 8px;
  box-shadow: inset 1px 1px #fff, inset -1px -1px #000;
  overflow-y: auto;      
  overflow-x: hidden;
}

.about-text p {
  margin: 0;
}

.about-images {
 flex: 0 0 200px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: #dddddd;
    border: double;
    padding: 8px;
    overflow-y: auto;
    overflow-x: hidden;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    height: 400px;
}

.about-images img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: transparent;
}

.about-text .about-divider {
  display: block;
  margin: 12px auto;     
  width: 100%;            
  max-width: 300px;      
  height: auto;
}

.menu-bar .edit-menu {
  position: relative;
  cursor: default; 
}

.menu-bar .edit-menu .dropdown {
  display: none;
  position: absolute;
  top: 100%;                
  left: 0;
  background: #fff;
  border: 1px solid #808080;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
  min-width: 100px;        
  z-index: 10;
}

.menu-bar .edit-menu .dropdown-item {
  padding: 4px 8px;
  font-size: 13px;
  color: #000;
  white-space: nowrap;
}

.menu-bar .edit-menu .dropdown-item:hover {
  background: #e0e0e0;
}

.menu-bar .edit-menu:hover .dropdown {
  display: block;
}


.menu-bar .search-menu {
  position: relative;
  cursor: default; 
}

.menu-bar .search-menu .search-hover-image {
  display: none;
  position: absolute;
  top: 100%;             
  left: 0;
  width: 180px;          
  max-width: 200px;     
  border: 1px solid #808080;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
  background: #fff;
  padding: 4px;
  z-index: 10;
}

.menu-bar .search-menu:hover .search-hover-image {
  display: block;
}

/* ───────── File-Open Dialog  ───────────────────────────────────────── */

.file-dialog .file-toolbar {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  background: #e0e0e0;
  border-bottom: 1px solid #808080;
}

.file-dialog .file-toolbar .ft-btn {
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  border: 1px solid #808080;
  background: #fff;
  cursor: default;
}

.file-dialog .file-toolbar .ft-address {
  flex: 1;
  padding: 2px 4px;
  font-size: 12px;
  border: 1px solid #808080;
  background: #fff;
}

.file-dialog .file-list {
  display: flex;
  flex-wrap: wrap;
  padding: 8px;
  gap: 12px;
  background: #fff;
  border: 1px solid #808080;
  height: calc(100% -  ( /* toolbar 30px + footer 40px + some padding */  30px +  40px + 16px));
  overflow-y: auto;
}

.file-dialog .file-item {
  width: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 11px;
  color: #000;
}

.file-dialog .file-item .file-icon {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border: 1px solid #808080;
  margin-bottom: 4px;
}

.file-dialog .file-item .file-label {
  text-align: center;
  word-wrap: break-word;
}

.file-dialog .file-footer {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  background: #e0e0e0;
  border-top: 1px solid #808080;
}

.file-dialog .file-footer label {
  font-size: 12px;
}

.file-dialog .file-footer input[type="text"],
.file-dialog .file-footer select {
  font-size: 12px;
  padding: 2px 4px;
  border: 1px solid #808080;
  background: #fff;
}

.file-dialog .file-footer .ft-action {
  padding: 4px 8px;
  font-size: 12px;
  border: 1px solid #808080;
  background: #fff;
  cursor: default;
}

.file-dialog .file-list::-webkit-scrollbar {
  width: 12px;
}
.file-dialog .file-list::-webkit-scrollbar-track {
  background: #eee;
}
.file-dialog .file-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border: 1px solid #aaa;
}

/*  desktop icons */
.desktop-icon {
  position: absolute; /* This is needed for top/left to work */
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  z-index: 50;
}

.desktop-icon img {
  width: 48px;
  height: 48px;
  transition: transform 0.2s ease;
}

.desktop-icon:hover img {
    transform: scale(1.1);
}

.desktop-icon:hover {
 background-color: rgba(255, 255, 255, 0.2); 
 border-radius: 5px; 
}

.desktop-icon .icon-title {
  color: #FFFFFF;
  font-family: Arial, sans-serif;
  font-size: 13px;
  margin-top: 5px;
  text-shadow: 1px 1px 2px #000000;
}

/* --- Positioning for each icon (moved more to the left) --- */

#chat-icon { /* Corrected ID for 'Paint' */
  top: 20px;
  left: -250px; 
}

#myart-icon {
  top: 110px; /* Adjusted top for proper spacing */
  left: -250px;
}

#resources-icon {
  top: 200px; /* Adjusted top for proper spacing */
  left: -250px;
}

#credits-icon { /* Added positioning for this icon */
  top: 290px;
  left: -250px;
}
/* === Community Window Layout=== */


.community .inner-dashed {
  padding: 8px;
  display: flex;
  background-image: url('backgroundclouds.gif');
  background-size: cover;
  background-position: center;
}

.community .community-content {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 8px;
}

.community .left-column { flex: 2; display: flex; }
.community .middle-column { display: flex; }
.community .right-column { flex: 1; display: flex; flex-direction: column; gap: 8px; }

.community .content-box {
  border: 2px dotted #5b4b3f; 
  background-color: #fefefe; 
  box-shadow: inset 1px 1px #fff, inset -1px -1px #000;
  display: flex;
  flex-direction: column;
}

.community .box-body {
  padding: 8px;
  flex-grow: 1;
  overflow-y: auto;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #333;
  border-top: 1px solid #aaa; 
  background-color: #fcfcfc; 
}

.community .box-body p {
  margin: 0;
}

/* === Community Window Layout  === */

.community .inner-dashed {
  padding: 8px;
  display: flex;
  background-image: url('backgroundclouds.gif');
  background-size: cover;
  background-position: center;
}

.community .community-content {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 8px;
}

.community .left-column   { flex: 2; display: flex; }
.community .middle-column { flex: 1; display: flex; }
.community .right-column  { flex: 1; display: flex; flex-direction: column; gap: 8px; }

.community .content-box {
  border: 1px solid #4a4158; 
  box-shadow: inset 1px 1px #fff, inset -1px -1px #000;
  display: flex;
  flex-direction: column;
}

.community .box-body {
  padding: 8px;
  flex-grow: 1;
  overflow-y: auto;
}
.community .box-body p {
  margin: 0;
}


.community .inner-dashed {
  padding: 8px;
  display: flex;
  background-image: url('backgroundclouds.gif');
  background-size: cover;
  background-position: center;
}

.community .community-content {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 8px;
}

.community .left-column   { flex: 2; display: flex; }
.community .middle-column { flex: 1; display: flex; }
.community .right-column  { flex: 1; display: flex; flex-direction: column; gap: 8px; }

.community .content-box {
  border: 1px solid #7A0019; 
  box-shadow: inset 1px 1px #fff, inset -1px -1px #000;
  display: flex;
  flex-direction: column;
}
.community .box-body {
  padding: 8px;
  flex-grow: 1;
  overflow-y: auto;
}
.community .box-body p {
  margin: 0;
  font-size: 12px;
}
.community .box-title {
  padding: 2px 6px;
  border-bottom: 1px solid #4a4158;
  font-family: 'Georgia', serif;
}





.community .inner-dashed {
  padding: 8px;
  display: flex;
  background-image: url('backgroundclouds.gif');
  background-size: cover;
  background-position: center;
}

.community .community-content {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 8px;
}

.community .left-column   { flex: 2; display: flex; }
.community .middle-column { flex: 1; display: flex; }
.community .right-column  { flex: 1; display: flex; flex-direction: column; gap: 8px; }

.community .content-box {
  box-shadow: inset 1px 1px #fff, inset -1px -1px #000;
  display: flex;
  flex-direction: column;
}
.community .box-body {
  padding: 8px;
  flex-grow: 1;
  overflow-y: auto;
}
.community .box-body p {
  margin: 0;
  font-size: 12px;
}
.community .box-title {
  padding: 2px 6px;
  font-family: 'Courier New', monospace; 
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase; 
}



.community .inner-dashed {
  padding: 8px;
  display: flex;
  background-image: url('backgroundclouds.gif');
  background-size: cover;
  background-position: center;
}

.community .community-content {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 8px;
}

.community .left-column   { flex: 2; display: flex; }
.community .middle-column { flex: 1; display: flex; }
.community .right-column  { flex: 1; display: flex; flex-direction: column; gap: 8px; }


/*
 ===================================================================
   INDIVIDUAL BOX & TITLE DESIGNS 
 ===================================================================
*/

.community .content-box {
  display: flex;
  flex-direction: column;
  box-shadow: inset 1px 1px #fff, inset -1px -1px #000; 
}
.community .box-title {
  padding: 3px 8px;
  font-family: 'Georgia', serif; 
  font-weight: normal;
  font-size: 13px;
  border-bottom: 1px solid; 
}
.community .box-body {
  padding: 8px;
  flex-grow: 1;
  overflow-y: auto;
}
.community .box-body p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

.community #box-main { height: 100%; }
.community #box-main .box-title {
  background: #5c4b51; 
  color: #f2e8e8;      
  border-color: #41353a;
}
.community #box-main .box-body {
  background: linear-gradient(to bottom, #f5f2eb, #e8e5de); 
  color: #4a4158; 
  width: 270px;
}

.community #box-activity {
  height: 100%;
  border: 1px solid #7a6a8a;
  box-shadow: inset 0 0 10px #2a2433, 0 0 5px #d8c8e3;
}
.community #box-activity .box-body {
  padding: 0;
  overflow: hidden;
}
.community #box-activity .stamp { 
  filter: brightness(1.1);
}

.community #box-todo {
  height: 40%;
  width: 160px;
  border: 4px double #b58d8d; 
  
}
.community #box-todo .box-title {
  background: #ffebeb; 
  color: #5a3a3a;
  border-color: #927171;
  text-align: center;
  box-shadow: inset 0 0 10px #2a2433, 0 0 5px #d8c8e3;
}
.community #box-todo .box-body {
  background-color: #f7f3f3; 
  font-family: 'Courier New', monospace;
  background: radial-gradient(ellipse at center, #e9e9e9 20%, #ffefde 70%);
  padding: 8px 8px 8px 12px; 
  font-size: 13px;
  color: #3a3a3a; 
}

/* To-Do & Updates List Styling */
.community #box-todo .box-body ul,
.community #box-updates .box-body ul {
  list-style-type: none; 
  margin: 0;
  padding: 0;
}

.community #box-updates .box-body li {
  text-decoration: underline;
}

.community #box-todo .box-body li,
.community #box-updates .box-body li {
  margin-bottom: 8px;
  padding-left: 15px;
  position: relative;
}

/* Bullet point for To-Do list */
.community #box-todo .box-body li::before {
  content: "";
  background-image: url('bulletpointlol.webp');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -5px;
  top: 3px;
  width: 12px;
  height: 12px;
}

/* Bullet point for Updates list */
.community #box-updates .box-body li::before {
  content: "";
  background-image: url('syringebullets.webp'); /* This is the new image */
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -5px;
  top: 3px;
  width: 12px;
  height: 12px;
}

.community #box-todo .box-body li:last-child,
.community #box-updates .box-body li:last-child {
  margin-bottom: 0; 
}

.community #box-updates {
  height: 60%;
  border: 2px dotted #556B55; 
}
.community #box-updates .box-title {
  background: #8aa390; 
  color: #313d33;
  border-color: #6c8272;
  text-align: center;
}
.community #box-updates .box-body {
  background-color: #e6f2e8; 
  color: #253026;
  box-shadow: inset 0 0 10px #2a2433, 0 0 5px #d8c8e3;
}


/* === Activity Feed Scroller Animation === */
.community .stamp-scroller {
  animation: scroll-vertical 25s linear infinite;
}
.community .stamp-scroller:hover {
  animation-play-state: paused;
}
.community .stamp {
  display: block;
  margin: 10px auto;
  max-width: 90%;
}
@keyframes scroll-vertical {
  from { transform: translateY(0); }
  to   { transform: translateY(-50%); }
}

.horses {
  width: 16px;            
  height: 16px;
  vertical-align: middle; 
  margin-right: 4px;     
}

.iconmp3 {
  width: 20px;            
  height: 20px;
  vertical-align: middle; 
  margin-right: 6px;      
}

.heart {
  width: 16px;            
  height: 16px;
  vertical-align: middle; 
  margin-right: 4px;      
}

.bluecat{
width: 16px;            
  height: 16px;
  vertical-align: middle; 
  margin-right: 4px;      
}

/* Hanging Girl Note Window Styling */
#window-hanging-note .inner-dashed {
  background-image: url('backgroundpink.png');
  background-size: cover;
  background-position: center;
  font-family: 'Courier New', monospace;
  color: #545454;
  text-shadow: 1px 1px 3px rgb(255, 255, 255);
  font-size: 13px;
  text-align: center;
  overflow-y: hidden;
  position: relative; 
  padding-bottom: 80px; 
}

#window-hanging-note p {
    margin-bottom: 10px;
}

#window-hanging-note .hanging-note-list {
  list-style-type: none;
  padding: 0;
  margin: 0 auto 10px auto;
  display: inline-block;
  text-align: left;
}

#window-hanging-note .hanging-note-list li {
  position: relative;
  padding-left: 22px; 
  margin-bottom: 6px;
}

#window-hanging-note .hanging-note-list li::before {
  content: '';
  background-image: url('hangingicon.webp');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
}

#window-hanging-note .note-bottom-image {
  position: absolute; 
  bottom: 10px; 
  left: 50%; 
  transform: translateX(-50%);
  width: 64px; 
  height: auto;
}

/* Help Window Styling */
#window-help .inner-dashed {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; 
  align-items: flex-start; 
  text-align: center;
  padding: 10px;
  overflow: hidden;
  position: relative; 
  min-height: 150px; 
  background-color: #3a3a3a;
}

#window-help .help-text {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Georgia', serif;
  margin: 0 0 10px 0;
  color: #f1e4f3;
}

#window-help .help-image {
  position: absolute;
  left: -4px; 
  bottom: 10px; 
  width: 100px;
}