@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

@font-face {
  src: url(/fonts/Spirit.woff2);
  font-family: 'spirits';
  font-display: swap;
}

@font-face {
  src: url(/fonts/angel.woff2);
  font-family: 'angel';
  font-display: swap;
}

:root {
  --pink-deep: #f0b5cd;
  --pink-mid: #ffd8e9;
  --pink-light: #fff5fa;
  --pink-pale: #fffaf0;
  --panel: #b98897;
  --panel-dark: #9c6f7e;
  --brown: #8d7c76;
  --brown-dark: #6a5c56;
  --green: #8fc79a;
  --green-dark: #5f9b6e;
  --cream: #fffaf0;
  --shadow-soft: 0 6px 16px rgba(141, 124, 118, 0.25);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  cursor: url(/media/cursor/normal-select.gif), progress !important;
}

#s-m-t-tooltip {
  max-width: 150px;
  background-color: white;
  border: 7px solid;
  border-image: url(/media/borders/pink.png) 5 fill round;
  border-image-outset: 2px;
  outline: 1px dashed #e1b3c7;
  outline-offset: -6px;
  border-radius: 4px;
  font-family: tahoma;
  font-size: 7px;
  letter-spacing: 2px;
  color: #848484;
  position: fixed;
  z-index: 999999999 !important;
  pointer-events: none;
  padding: 4px;
  text-align: center;
  margin: 0;
}

ul {
  list-style: none;
}

#context_menu {
  background: #FEF8FC;
  border: 1px dotted #AAAAAA;
  letter-spacing: 1px;
  width: 70px;
  font-family: Verdana;
  font-size: 8px;
  position: absolute;
  display: none;
  z-index: 999999999;
}

#context_menu ul li {
  padding: 4px;
  z-index: 100000;
}

#context_menu ul li:hover {
  background: #FEF8FC;
  color: #848484;
  z-index: 100000;
}

html,
body {
  cursor: url(/media/cursor/normal-select.gif), progress;
  height: 100%;
  font-family: 'Nunito', sans-serif;
  color: var(--brown-dark);
}

body {
  overflow: hidden;
  background: white;
  position: relative;
}

h3 {
  margin-bottom: 6px;
}

::selection {
  background-color: #feeef6;
  color: #616161;
}

mark {
  background-color: #ffe9f2;
  color: #8d7c76;
  padding: 0 4px;
  border-radius: 10px;
}

#video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center 20%;
  z-index: -1;
  pointer-events: none;
  filter: blur(1px) saturate(0.90);
}

@keyframes kenburns {
  0% {
    transform: scale(1.06) translate(-2%, 0%) rotate(-0.6deg);
  }

  50% {
    transform: scale(1.08) translate(0%, -0.5%) rotate(0deg);
  }

  100% {
    transform: scale(1.06) translate(2%, 0%) rotate(0.6deg);
  }
}

.desktop {
  position: relative;
  z-index: 1;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 26px;
  overflow-y: auto;
}

.desktop-title {
  text-align: center;
  margin-bottom: 18px;
}

.desktop-title .kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #4a4a4a;
  text-transform: uppercase;
  background: #ffffff;
  border: 1px solid var(--pink-deep);
  border-radius: 999px;
  padding: 4px 12px;
  margin-bottom: 8px;
  margin-top: 60px;
  margin-left: 190px;
}

.desktop-title h1 {
  font-size: 26px;
  font-weight: 900;
  color: var(--brown-dark);
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff, 2px 3px 0 #ffffffaa;
  letter-spacing: .5px;
}

.heart-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px 10px 40px;
  margin-left: 800px;
  margin-top: 150px;
  position: relative;
}

.heart-grid::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.45) 40%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
  z-index: 0;
}

.heart-grid>* {
  position: relative;
  z-index: 1;
}

.heart-row {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.heart-row.row-top {
  gap: 65px;
}

.heart-row.row-point {
  gap: 0;
}

.app-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 84px;
  background: none;
  border: none;
}

.app-icon .icon-box {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #fff0f6 100%);
  border: 1.5px solid #ffffff;
  outline: 1px solid #e9b9c8;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .18s ease, box-shadow .18s ease;
}

.app-icon svg {
  width: 30px;
  height: 30px;
}

.app-icon .icon-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.app-icon:hover .icon-box {
  transform: translateY(-4px) scale(1.07);
}

.app-icon:active .icon-box {
  transform: translateY(-1px) scale(0.97);
}

.app-icon .label {
  font-size: 11.5px;
  font-weight: 800;
  color: #4a4a4a;
  text-align: center;
  line-height: 1.15;
  letter-spacing: .2px;
  font-family: nunito;
}

.taskbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  border-top: 1.5px solid var(--pink-deep);
  box-shadow: 0 -3px 10px rgba(141, 124, 118, 0.15);
  display: flex;
  align-items: center;
  padding: 0 8px;
  gap: 10px;
  z-index: 100;
}

.taskbar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.95) 100%);
  filter: blur(1px);
  z-index: -1;
}

.start-btn {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 30px;
  padding: 0 14px 0 8px;
  border-radius: 8px;
  border: 1px solid var(--pink-deep);
  background: linear-gradient(180deg, #ffffff 0%, #ffe0ee 100%);
  font-weight: 800;
  font-size: 12px;
  color: var(--brown-dark);
  box-shadow: inset 0 1px 0 #ffffff;
  font-family: nunito;
}

.taskbar-divider {
  width: 1px;
  height: 26px;
  background: var(--pink-deep);
  opacity: .6;
}

.taskbar-windows {
  display: flex;
  gap: 6px;
  flex: 1;
  overflow-x: auto;
}

.taskbar-item {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 32px;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid transparent;
  background: #ffffff90;
  font-size: 11px;
  font-weight: 700;
  color: var(--brown);
  white-space: nowrap;
}

.taskbar-item svg {
  width: 14px;
  height: 14px;
}

.taskbar-item.active {
  background: #ffffff;
  border-color: var(--pink-deep);
}

.wallpaper-credit {
  font-size: 10px;
  font-weight: 700;
  color: #4a4a4a;
  text-decoration: none;
  white-space: nowrap;
  opacity: .8;
  transition: opacity .15s;
  text-align: center;
  font-family: nunito;
}

.wallpaper-credit:hover {
  opacity: 1;
  text-decoration: underline;
}

.clock {
  font-size: 12px;
  font-weight: 800;
  color: var(--brown-dark);
  background: #ffffffa0;
  border: 1px solid var(--pink-deep);
  border-radius: 10px;
  padding: 6px 10px;
  text-align: center;
  line-height: 1.15;
}

.clock small {
  display: block;
  font-weight: 600;
  font-size: 9px;
  color: var(--brown);
}

.window {
  position: fixed;
  width: 520px;
  max-width: 100vw;
  height: 480px;
  max-height: 70vh;
  background: white;
  border-radius: 10px;
  border: 1px solid #ffffff;
  outline: 1px solid var(--pink-deep);
  box-shadow: 0 20px 40px rgba(141, 124, 118, 0.35), inset 0 0 0 1px #ffffff80;
  display: none;
  flex-direction: column;
  z-index: 200;
}

.window.open {
  display: flex;
  z-index: 99999999999;
}

#win-quotes {
  width: 640px;
  height: 600px;
  max-height: 80vh;
}

#win-poems {
  height: 490px;
}

.win-header {
  background: #ffeff7;
  padding: 8px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ffdaed;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: inset 2px 2px 0px rgba(255, 255, 255, 0.8), inset -2px -2px 2px rgba(215, 127, 171, 0.15);
  user-select: none;
  flex-shrink: 0;
}

.win-header-journal {
  background: #ffeff7;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ffdaed;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: inset 2px 2px 0px rgba(255, 255, 255, 0.8), inset -2px -2px 2px rgba(215, 127, 171, 0.15);
  user-select: none;
  flex-shrink: 0;
}

.win-title {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.7rem;
  font-weight: 800;
  color: #88685d;
  text-transform: lowercase;
  font-family: 'Nunito', sans-serif;
}

.win-title svg {
  width: 16px;
  height: 16px;
}

.win-controls {
  display: flex;
  gap: 5px;
}

.win-btn {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #f0b5cd;
}

.win-btn.close {
  background: #f4abcb;
  transition: 0.2s;
}

.win-btn.close:hover {
  filter: brightness(1.08);
}

.win-body {
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  font-weight: normal;
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
  color: #333333;
  flex: 1;
  min-height: 0;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.win-body::-webkit-scrollbar {
  display: none;
}

.win-body p.window-desc {
  font-size: 11px;
  color: var(--brown);
  font-weight: 600;
  margin-bottom: 5px;
}

.quote-card {
  position: relative;
  background: #fffcfe;
  border: 1.25px dashed #ea85af;
  outline: 2px solid #fff;
  box-shadow: 3px 3px #a3736730;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 12.5px;
  line-height: 1.6;
  margin-bottom: 15px;
  margin-right: 2px;
  text-transform: lowercase;
}

.quote-card.hidden {
  display: none;
}

.quote-tag {
  display: inline-flex;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .4px;
  color: var(--brown-dark);
  background: #ffe4f0;
  border: 1px solid var(--pink-deep);
  padding: 4px 7px 2px;
  border-radius: 999px;
  margin-bottom: 7px;
  margin-right: 5px;
  text-transform: uppercase;
}

.quote-source {
  font-size: 10.5px;
  font-weight: 700;
  color: var(--brown);
  text-transform: lowercase;
  font-style: italic;
}

.quote-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}

.quote-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.quote-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  position: sticky;
  top: -16px;
  background: #fff;
  padding: 6px 0 8px;
  margin: -16px 0 0;
  z-index: 2;
}

.link-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  position: sticky;
  top: -16px;
  background: #fff;
  padding: 6px 0 8px;
  margin: -16px 0 0;
  z-index: 2;
}

.filter-chip {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .3px;
  color: var(--brown-dark);
  background: #ffe4f0;
  border: 1px solid var(--pink-deep);
  padding: 4px 7px 2px;
  border-radius: 999px;
  text-transform: uppercase;
  transition: .15s;
  user-select: none;
}

.filter-chip:hover {
  background: #ffd2e6;
}

.filter-chip.active {
  background: #ea85af;
  color: #fff;
  border-color: #ea85af;
}

.link-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #f0d3de;
  border-radius: 10px;
  padding: 9px 12px;
  text-decoration: none;
  color: var(--brown-dark);
  transition: .15s;
  margin-bottom: 8px;
  margin-right: 2px;
}

.link-row:hover {
  background: #fff0f6;
  transform: translateX(2px);
}

.link-top {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.link-info {
  flex: 1;
  min-width: 0;
}

.link-info .link-name {
  font-size: 12px;
  font-weight: 800;
}

.link-name {
  margin-right: 10px;
}

.link-info .link-url {
  font-size: 10px;
  color: var(--brown);
  opacity: .75;
}

.link-desc {
  font-size: 10.5px;
  color: var(--brown);
  opacity: .85;
  line-height: 1.4;
}

.link-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.link-tag {
  font-size: 9px;
  font-weight: 700;
  color: #4a4a4a;
  background: #fcdbe8;
  border: 1px solid #f0d3de;
  padding: 2px 7px;
  border-radius: 999px;
}

.link-row.hidden {
  display: none;
}

.mood-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 6px;
  flex: 1;
  min-height: 0;
}

.mood-tile {
  border-radius: 10px;
  border: 1px solid #fff;
  outline: 1px solid #f0d3de;
  overflow: hidden;
  min-height: 0;
  margin: 2px;
}

.mood-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.track-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 6px;
  border-bottom: 1px dashed #f0d3de;
  font-size: 12px;
}

.track-row:last-child {
  border-bottom: none;
}

.track-num {
  width: 16px;
  font-weight: 800;
  color: #ea85af;
  font-size: 11px;
}

.track-name {
  flex: 1;
  font-weight: 700;
}

.track-mood {
  font-size: 10px;
  color: var(--brown);
  opacity: .8;
}

.note-item {
  display: flex;
  gap: 9px;
  padding: 9px 0;
  border-bottom: 1px dashed #f0d3de;
}

.note-item:last-child {
  border-bottom: none;
}

.note-item .bullet {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.note-item .bullet svg {
  width: 16px;
  height: 16px;
  margin-bottom: 2px;
}

.note-item .note-text {
  font-size: 12px;
  line-height: 1.5;
}

.note-item .note-text b {
  color: #ed8bb2;
}

#win-mood .win-body {
  overflow: hidden;
}

/* ============================================================
   COVER GRID — used for interests / media / childhood folders
   image + title (+ optional year), poster-style, side by side
============================================================ */

.cover-grid {
  display: flex;
  flex-wrap: wrap;
  row-gap: 11px;
  column-gap: 16px;
  align-content: flex-start;
}

.cover-item {
  width: 108px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
  text-decoration: none;
  color: inherit;
}

.cover-item .cover-img {
  width: 100%;
  aspect-ratio: 2 / 3;
  border-radius: 10px;
  overflow: hidden;
  background: #fff0f6;
  border: 1px solid #fff;
  outline: 1px solid #f0d3de;
  box-shadow: 0 4px 10px rgba(141, 124, 118, 0.15);
  transition: transform .15s ease;
}

.cover-item:hover .cover-img {
  transform: translateY(-3px) scale(1.03);
}

.cover-item .cover-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cover-title {
  font-size: 11.5px;
  font-weight: 800;
  color: var(--brown-dark);
  line-height: 1.2;
}

.cover-year {
  font-size: 10px;
  font-weight: 700;
  color: var(--brown);
  opacity: .8;
}

@media (max-width: 640px) {
  .heart-row {
    gap: 8px;
  }

  .heart-row.row-top {
    gap: 26px;
  }

  .app-icon {
    width: 70px;
  }
}

#lace {
  background-image: url(https://file.garden/aS-t0Aj4K3mdDujK/kkul/graphics/lacey.png);
  background-size: auto 100%;
  width: 100%;
  height: 20px;
  filter: drop-shadow(0px 1px #D1B9B3);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
}

#corner-widget {
  position: fixed;
  top: 62px;
  left: 52px;
  z-index: 500;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  cursor: url(/media/cursor/normal-select.gif), pointer !important;
}

#corner-widget img {
  width: 60px;
  height: auto;
  display: block;
  margin-bottom: -14px;
  margin-left: 10px;
  position: relative;
  z-index: 2;
  cursor: url(/media/cursor/normal-select.gif), pointer !important;
}

.chat-bubble {
  background: #fef5f9;
  border: 1px solid #f2c6d8;
  border-radius: 12px;
  padding: 10px 12px;
  font-family: 'angel';
  font-size: 13px;
  color: #606060;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), inset 4px 4px 0px rgba(255, 255, 255, 0.8), inset -4px -4px 4px rgba(215, 127, 171, 0.15);
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
  margin: 5px;
  flex: 0 1 auto;
  min-height: 0;
  overflow-y: auto;
  scrollbar-width: none;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

#modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999999;
  display: none;
}

#modal-overlay.open {
  display: block;
}

#win-journal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999999;
  height: auto;
  max-height: 70vh;
}

#win-journal::before {
  content: "";
  position: absolute;
  top: -160px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 300px;
  background-image: url(/media/graphics/pngs/bow2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 10;
}

.star-grid {
  position: fixed;
  bottom: 250px;
  left: 100px;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.star-row {
  display: flex;
  justify-content: center;
  gap: 28px;
}

.folder-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 84px;
  background: none;
  border: none;
}

.folder-icon img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  display: block;
  border-radius: 0;
  outline: none;
  border: none;
  transition: transform .18s ease;
}

.folder-icon:hover img {
  transform: translateY(-4px) scale(1.07);
}

.folder-icon:active img {
  transform: translateY(-1px) scale(0.97);
}

.folder-icon .label {
  font-size: 11.5px;
  font-weight: 800;
  color: #4a4a4a;
  text-align: center;
  line-height: 1.15;
  letter-spacing: .2px;
  font-family: nunito;
}

.folder-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-start;
}

.folder-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 76px;
  background: none;
  border: none;
  padding: 6px;
  border-radius: 10px;
  transition: .15s;
}

.folder-item:hover {
  background: #fff0f6;
}

.folder-item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 0;
}

.folder-item span {
  font-size: 11px;
  font-weight: 800;
  color: var(--brown-dark);
  text-align: center;
  line-height: 1.15;
}

body.is-fullscreen .star-grid {
  bottom: 420px;
}

body.is-fullscreen .heart-grid {
  margin-left: 820px;
}

/* ============================================================
   COVER TINT
============================================================ */

.cover-tint .cover-img img {
  filter: saturate(0.8);
  transition: filter .25s ease;
}

.cover-tint:hover .cover-img img {
  filter: saturate(1);
}

.tooltip-container {
  position: relative;
  display: inline-block;
  cursor: help;
}

.tooltip-img {
  display: none;
  position: fixed;
  width: 150px;
  height: auto;
  border-radius: 10px;
  border: 2px solid white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 999999999;
  pointer-events: none;
  animation: tooltipFade 0.2s ease-out;
}

.tooltip-container:hover .tooltip-img {
  display: block;
}

@keyframes tooltipFade {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

#win-media-music .cover-item .cover-img {
  aspect-ratio: 1 / 1;
}

#win-media-couples .cover-item .cover-img {
  aspect-ratio: 1 / 1;
}

#win-media-couples .cover-year {
  margin-top: -2px;
}

#win-media-couples {
  height: 520px;
}

#win-nerdy-games {
  height: 445px;
}

/* ============================================================
   MOBILE FIXES
   ============================================================ */

@media (max-width: 768px) {

  #corner-widget img {
    margin-left: 15px;
  }

  .desktop-title .kicker {
    margin-left: 0;
    margin-top: 20px;
  }

  .heart-grid {
    margin-left: 0;
    margin-top: 450px;
    width: 100%;
    padding: 20px 10px 100px;
  }

  .heart-row.row-top {
    gap: 20px;
  }

  .heart-row {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }

  .star-grid {
    position: fixed;
    top: 70px;
    right: 12px;
    left: auto;
    bottom: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    z-index: 50;
  }

  .star-grid::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.45) 40%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
    z-index: 0;
  }

  .star-grid>* {
    position: relative;
    z-index: 1;
  }

  .star-row {
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .window {
    width: 92vw;
    left: 4vw !important;
    right: 4vw;
    max-height: 80vh;
    transform: none !important;
  }

  #win-quotes,
  #win-poems,
  #win-media-couples {
    width: 92vw;
    height: auto;
    max-height: 80vh;
  }

  #win-journal {
    width: 92vw;
    max-width: 92vw;
  }

  .taskbar {
    height: 56px;
    padding: 0 6px;
    gap: 6px;
  }

  .start-btn {
    font-size: 11px;
    padding: 0 10px 0 6px;
  }

  .clock {
    font-size: 11px;
    padding: 5px 8px;
  }

  .taskbar-item {
    font-size: 10px;
    padding: 0 8px;
  }

  .mood-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
  }

  .cover-grid {
    justify-content: center;
  }

  .cover-item {
    width: 90px;
  }

  #corner-widget {
    top: 40px;
    left: 12px;
  }

  #corner-widget img {
    width: 46px;
  }

  .chat-bubble {
    font-size: 12px;
    max-width: 220px;
  }

  body.is-fullscreen .heart-grid {
    margin-left: 0;
  }

  body.is-fullscreen .star-grid {
    bottom: auto;
  }
}

@media (max-width: 480px) {

  .desktop-title h1 {
    font-size: 20px;
  }

  .app-icon {
    width: 68px;
  }

  .app-icon .icon-box {
    width: 46px;
    height: 46px;
  }

  .folder-icon {
    width: 68px;
  }

  .cover-item {
    width: 78px;
  }

  .win-title {
    font-size: 0.65rem;
  }

  .win-body {
    padding: 12px 14px;
    font-size: 11px;
  }
}

#win-kaomojis {
  width: 640px;
  height: 560px;
  max-height: 80vh;
}

.kaomoji-section-title {
  font-size: 13px;
  font-weight: 800;
  color: var(--brown-dark);
  text-transform: lowercase;
  margin: 4px 0 2px;
}

.kaomoji-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-bottom: 4px;
}

.kaomoji-card {
  position: relative;
  background: #fffcfe;
  border: 1.25px dashed #ea85af;
  outline: 2px solid #fff;
  box-shadow: 3px 3px #a3736730;
  border-radius: 10px;
  padding: 6px;
  font-size: 13px;
  text-align: center;
  color: #333333;
  user-select: none;
  transition: transform .15s ease, background .15s ease;
}

.kaomoji-card:hover {
  background: #fff0f6;
  transform: translateY(-2px);
}

.kaomoji-card:active {
  transform: translateY(0) scale(0.96);
}

.kaomoji-card.hidden {
  display: none;
}

.kaomoji-card.copied {
  background: #ffe4f0;
  border-color: #ea85af;
}

.kaomoji-card.copied::after {
  content: "copied ♡";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff0f6ee;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .3px;
  color: #ea85af;
  text-transform: lowercase;
}

.kaomoji-group {
  display: none;
}

.kaomoji-group.active {
  display: block;
}

.empty-state {
  text-align: center;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--brown);
  opacity: .6;
  padding: 30px 10px;
}

@media (max-width: 640px) {
  .kaomoji-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  #win-kaomojis {
    height: auto;
  }
}