/**
 * Content
 */

body {
  background-color: #050814; /* dark desktop bg */
  color: #f5f5f5;
}

a:active {
  opacity: 0.7;
}

i,
em {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
}

sub {
  top: 0.3em;
}

sup {
  top: -0.4em;
}

s {
  text-decoration: line-through;
}

img {
  border: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0 0 0 2em;
}

blockquote {
  margin: 0;
  padding: 0 0 0 2em;
}

hr {
  background: rgba(255, 255, 255, 0.2);
  border: 0;
  height: 1px;
  display: block;
}

.content img {
  float: none;
  margin-bottom: 0;
}

.gallery_image_caption {
  margin-top: 0.8rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif",
    Icons;
  font-style: normal;
  line-height: 1.3;
  text-shadow: 1px 1px 3px #000;
  margin-left: -3rem;
  margin-right: -3rem;
}

/**
 * Loading Animation
 */

.loading[data-loading] {
  position: fixed;
  bottom: 8px;
  left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
  font-size: 1.5rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif",
    Icons;
  font-style: normal;
  line-height: 1.4;
}

[data-predefined-style="true"] bodycopy a {
  color: rgba(255, 255, 255, 0.85);
  padding-bottom: 0.1em;
  border-bottom: 0 solid rgba(127, 127, 127, 0.2);
  text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
  border-bottom: 0;
  padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
  font-family: "Neue Haas Grotesk", Icons;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  margin: 0;
  font-size: 4.5rem;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.075rem;
}

[data-predefined-style="true"] h1 a {
  color: rgba(255, 255, 255, 0.85);
}

[data-predefined-style="true"] h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif",
    Icons;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 3rem;
  line-height: 1.2;
}

[data-predefined-style="true"] h2 a {
  color: rgba(255, 255, 255, 0.85);
}

[data-predefined-style="true"] small {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.3;
  font-family: "Space Mono", Icons;
  font-style: normal;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
}

[data-predefined-style="true"] small a {
  color: rgba(255, 255, 255, 0.85);
  border-bottom-width: 0;
}

/**
 * Breakpoints / Cargo presets
 */

[data-css-preset] .page {
  background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
  position: relative;
  min-height: 10px;
  max-width: 100%;
  width: 100%;
  background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
  margin-left: auto /*!content_center*/;
  margin-right: auto /*!content_center*/;
  text-align: center /*!text_center*/;
}

/* make overall body dark but keep token hook */
[data-css-preset] body {
  background-color: #050814 /*!body_bgcolor*/;
}

[data-css-preset] .container_width {
  width: 97% /*!content_center*/;
}

[data-css-preset] .content_padding {
  padding-top: 0.7rem /*!main_margin*/;
  padding-bottom: 0.7rem /*!main_margin*/;
  padding-left: 0.7rem /*!main_margin*/;
  padding-right: 0.7rem /*!main_margin*/;
}

[data-css-preset] text-limit {
  display: inline-block /*!text_width*/;
  max-width: 66rem /*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
  justify-content: flex-start;
}

[data-css-preset] .thumbnails {
  background-color: rgba(0, 0, 0, 0) /*!thumbnails_bgcolor*/;
}

[data-css-preset] .thumbnails_width {
  width: 100% /*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
  padding: 1rem /*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
  margin: -2rem /*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
  padding: 0.5rem /*!responsive_thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
  margin: -1rem /*!responsive_thumbnails_padding*/;
}

.thumbnails .thumb_image {
  outline: 0px solid rgba(0, 0, 0, 0.12);
  outline-offset: -1px;
}

.thumbnails .title {
  margin-top: 1.2rem;
  margin-bottom: 0.3rem;
  font-size: 1.8rem;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.85);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif",
    Icons;
  font-style: normal;
  line-height: 1.1;
}

.thumbnails .tags {
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif",
    Icons;
  font-style: normal;
  line-height: 1.2;
}

.thumbnails .tags a {
  border-bottom: 0;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.thumbnails .has_title .tags {
  margin-top: 0;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1;
  font-size: 20px /*!site_menu_button*/;
  padding: 6px;
  background: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0.25rem /*!site_menu_button*/;
  right: 0.25rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
  margin: -6px;
  font-size: 34px;
}

#site_menu_button.custom_icon {
  width: 40px;
  height: auto;
}

#site_menu_button.active {
  display: none;
}

/**
 * Site Menu Panel
 */

#site_menu {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif",
    Icons;
  background: rgba(20, 20, 20, 0.95);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  padding: 20px 30px 90px 30px;
  max-width: 400px;
  min-width: 300px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
}

body.mobile #site_menu {
  width: 100%;
}

#site_menu .page-link a {
  color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
  color: rgba(255, 255, 255, 0.75);
  font-weight: bold;
}

#site_menu a:active {
  opacity: 0.7;
}

#site_menu a.active {
  opacity: 0.4;
}

#site_menu .close {
  display: none;
  color: rgba(255, 255, 255, 0.4);
  line-height: 0.85em;
  font-size: 45px;
}

body.mobile #site_menu .close {
  display: block;
  font-size: 50px;
  line-height: 1em;
}

#site_menu .break {
  height: 28px;
}

#site_menu .indent {
  margin-left: 28px;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
  color: rgba(255, 255, 255, 0.85);
  background: transparent;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: fixed;
  padding: 6px;
  top: 0.5rem /*!shop_button*/;
  right: 0.5rem /*!shop_button*/;
}

#shop_button.text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif",
    Icons;
  font-size: 1.5rem;
  padding: 0;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
}

#shop_button.custom_icon {
  width: 40px;
  height: auto;
}

body.mobile #shop_button:not(.text) {
  margin: -6px;
  font-size: 36px;
}

/*
 * Shop Product Widget
 */

.shop_product {
  width: 100%;
  max-width: 22rem;
  position: relative;
  display: inline-block;
}

.shop_product .price {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif",
    Icons;
  font-size: 1.5rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.85);
  display: block;
  margin-bottom: 1rem;
}

.shop_product .dropdown {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif",
    Icons;
  font-size: 1.5rem;
  display: inline-block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0);
  background: white
    url(https://static.cargo.site/assets/images/select-line-arrows.svg)
    no-repeat right;
  margin-bottom: 1rem;
  line-height: 1.2;
  padding: 0.7rem 2.5rem 0.8rem 1rem;
}

.shop_product .button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif",
    Icons;
  font-size: 1.5rem;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  flex: 0 0 50%;
  text-align: left;
  display: inline-block;
  line-height: 1;
  padding: 0.8rem 1rem 0.9rem;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: 0.7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
  padding-top: 2.5rem /*!quick_view_padding*/;
  padding-bottom: 2.5rem /*!quick_view_padding*/;
  padding-left: 2.5rem /*!quick_view_padding*/;
  padding-right: 2.5rem /*!quick_view_padding*/;
  height: 100% /*!quick_view_height*/;
  width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
  width: 100%;
  height: 100%;
  margin: 0;
}

[data-css-preset] .quick-view-background {
  background: rgba(0, 0, 0, 0) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  transition: 100ms opacity ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 3.5rem 0;
  text-align: center;
  font-size: 1.2rem;
}

.quick-view-caption span {
  padding: 0.5rem 1rem;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}

/**
 * Quick View Navigation
 */

.quick-view-navigation .left-arrow {
  left: 10px;
}

.quick-view-navigation .right-arrow {
  right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
  height: 36px;
  width: 36px;
  display: none;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
  stroke: #fff;
  stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
  stroke: #000;
  stroke-width: 2.5px;
  opacity: 0.6;
}

.quick-view-navigation .close-button {
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  display: none;
}

.quick-view-navigation .close-button .inner-color {
  stroke: #fff;
  stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
  stroke: #000;
  stroke-width: 2.5px;
  opacity: 0.6;
}

/**
 * Image Gallery Navigation Arrows
 */

.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
  height: 36px;
  width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
  stroke: #fff;
  stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
  stroke: #000;
  stroke-width: 2.5px;
  opacity: 0.6;
}

/**
 * Wallpaper Backdrop Navigation Arrows
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
  width: 36px;
  height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
  stroke: #fff;
  stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
  stroke: #000;
  stroke-width: 2.5px;
  opacity: 0.6;
}

/**
 * Feed
 */

.feed .content_container .page {
  border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
  border-top: 0;
}

/*
 * Audio Player
 */

.audio-player {
  max-width: 36rem;
  height: 3.3rem;
  outline: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.4);
  font-size: 1.2rem;
  line-height: 1.3;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif",
    Icons;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
  max-width: 100%;
}

.audio-player .separator {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

.audio-player .button {
  background: transparent;
  cursor: pointer;
  fill: rgba(255, 255, 255, 0.85);
}

.audio-player .icon {
  fill: rgba(255, 255, 255, 0.75);
  padding: 30%;
  width: 100%;
  margin: auto;
}

.audio-player .buffer {
  background: rgba(255, 255, 255, 0.05);
}

.audio-player .progress {
  background: rgba(255, 255, 255, 0.09);
}

.audio-player .progress-indicator {
  border: 1px solid rgba(255, 255, 255, 0.7);
  width: 1px;
  height: 100%;
  right: 0;
  position: absolute;
  cursor: ew-resize;
}

.audio-player .note-icon {
  height: 100%;
  width: 3.8rem;
  padding: 1rem;
  fill: rgba(255, 255, 255, 0.6);
}

.audio-player .current-time {
  padding-left: 1rem;
}

.audio-player .total-time {
  padding-right: 1rem;
}

/* === MySpace-style info page (scoped to "info-1" page only) === */

/* PAGE-LEVEL VIBE */
#info-1 {
  text-align: left;
  /* swap this with your actual glitter cursor or comment it out */
  cursor: url("GLITTER_CURSOR_URL_HERE"), auto;
}

/* Outer wrapper – aligned with rest of site */
#info-1 .myspace-wrapper {
  max-width: 860px;
  width: 100%;
  margin: 40px auto 48px;
  box-sizing: border-box;

  background: radial-gradient(
    circle at top left,
    #351b5d 0%,
    #050509 40%,
    #000000 100%
  );
  border: 1px solid #2a2a2a;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.85),
    0 0 24px rgba(255, 0, 255, 0.2);
  font-family: "Trebuchet MS", "Verdana", system-ui, -apple-system, sans-serif;
  color: #ffffff;
}

/* Main columns – desktop */
#info-1 .myspace-main {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
}

/* Responsive tweaks */
@media (max-width: 900px) {
  #info-1 .myspace-wrapper {
    max-width: 100%;
    width: calc(100% - 24px);
    margin: 24px auto 32px;
  }

  #info-1 .myspace-main {
    grid-template-columns: 1fr;
    padding: 10px;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  #info-1 .myspace-right p {
    font-size: 13px;
    line-height: 1.7;
  }
}

/* Header bar */
#info-1 .myspace-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to bottom, #3a0066, #000000);
  border-bottom: 1px solid #000;
  padding: 8px 14px;
  text-transform: lowercase;
  letter-spacing: 0.04em;
}

#info-1 .myspace-logo {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  text-shadow: 0 0 4px #ff00ff, 0 0 8px #00ffff;
}

#info-1 .myspace-nav {
  font-size: 11px;
  color: #c9e6ff;
}

#info-1 .myspace-nav span {
  cursor: default;
  transition: 0.15s transform ease, 0.15s text-shadow ease, 0.15s color ease;
}

#info-1 .myspace-nav span:hover {
  color: #ffffff;
  transform: translateY(-1px);
  text-shadow: 0 0 4px #ff00ff, 0 0 8px #00ffff;
}

/* Left column */
#info-1 .myspace-left {
  background: #000000;
  border: 1px solid #383838;
  padding: 10px;
}

/* SQUARE PHOTO FRAME */
#info-1 .myspace-photo-frame {
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 3px solid #ffffff;
  padding: 2px;
  margin-bottom: 10px;
  background: #1a1a1a;
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.25);
  overflow: hidden;
}

#info-1 .myspace-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

#info-1 .myspace-name {
  font-weight: 700;
  font-size: 16px;
  text-shadow: 0 0 4px #ff00ff;
  margin-top: 6px;
}

#info-1 .myspace-location,
#info-1 .myspace-role {
  font-size: 11px;
  color: #c4c4c4;
}

/* Online status + friends */
#info-1 .myspace-status {
  margin-top: 8px;
  font-size: 11px;
  color: #8fd38f;
}

#info-1 .online-dot {
  display: inline-block;
  width: 8px;
  height: 7px;
  border-radius: 50%;
  background: #33ff33;
  margin-right: 4px;
  box-shadow: 0 0 6px #33ff33, 0 0 10px #00ff99;
}

#info-1 .myspace-friends-count {
  margin-top: 6px;
  font-size: 11px;
  color: #d0d0d0;
}

/* Right column */
#info-1 .myspace-right {
  background: #000000;
  border: 1px solid #383838;
  padding: 8px 10px 12px;
}

/* Scene-kid headline */
#info-1 .myspace-right h1 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #ffb3ff;
  padding-bottom: 4px;
  border-bottom: 1px solid #262626;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-shadow: 0 0 4px #ff00ff, 0 0 7px #00ffff;
}

/* Paragraphs */
#info-1 .myspace-right p {
  font-size: 12px;
  line-height: 1.7;
  color: #e4e4e4;
  margin-bottom: 10px;
}

/* Sections (About, Music, Top 8, Details) */
#info-1 .myspace-section {
  margin-top: 16px;
  padding-top: 10px;
  border-top: 1px solid #262626;
}

#info-1 .myspace-section h2 {
  font-size: 13px;
  color: #ffcc66;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  text-shadow: 0 0 4px #ff00ff;
}

/* Music player */
#info-1 .myspace-player {
  background: #050505;
  border: 1px solid #262626;
  padding: 4px;
  box-shadow: 0 0 10px rgba(0, 155, 155, 0.25);
}

/* Make iframes responsive inside player */
#info-1 .myspace-player iframe {
  width: 100%;
  max-width: 100%;
}

/* TOP 8 */
#info-1 .myspace-top8 {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 70px);
  justify-content: center;
  gap: 12px;
}

@media (max-width: 480px) {
  #info-1 .myspace-top8 {
    grid-template-columns: repeat(3, 70px);
  }
}

#info-1 .friend {
  text-align: center;
  font-size: 9px;
}

#info-1 .friend .thumb {
  position: relative;
  width: 70px;
  height: 70px;
  background: #1f1f1f;
  border: 2px solid #444;
  overflow: hidden;
  margin: 0 auto 4px;
  transition: 0.15s transform ease, 0.15s box-shadow ease,
    0.15s border-color ease;
}

#info-1 .friend .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#info-1 .friend .thumb:hover {
  transform: translateY(-2px) scale(1.05);
  border-color: #ff00ff;
  box-shadow: 0 0 8px #ff00ff, 0 0 8px #00ffff;
}

#info-1 .friend .name {
  margin-top: 2px;
  font-size: 9px;
  color: #dcdcdc;
}

/* DETAILS */
#info-1 .myspace-details {
  list-style: none;
  padding: 0;
  font-size: 11px;
  color: #dcdcdc;
}

#info-1 .myspace-details li {
  margin-bottom: 4px;
}

#info-1 .myspace-details .label {
  font-weight: 700;
  color: #ffcc66;
}

#info-1 .myspace-details a {
  color: #99ccff;
  text-decoration: underline;
}

#info-1 .myspace-details a:hover {
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 0 4px #ff00ff;
}

/* ====== GLOBAL DESKTOP + WINDOW SYSTEM ====== */

#aj-desktop {
  position: relative;
  min-height: 100vh;
  padding-bottom: 120px; /* space for dock */
  overflow: hidden;
}

/* Wallpaper option */
#aj-desktop.wallpaper {
  background: radial-gradient(
    circle at top left,
    #31395a 0%,
    #050814 45%,
    #000000 100%
  );
  background-size: cover;
  background-position: center center;
}

/* Desktop icons */
.aj-desktop-icon {
  position: absolute;
  width: 84px;
  text-align: center;
  font-size: 11px;
  color: #f0f0f0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial,
    sans-serif;
  cursor: pointer;
  user-select: none;
}

.aj-desktop-icon img {
  width: 56px;
  height: 56px;
  display: block;
  margin: 0 auto 6px;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));
}

.aj-desktop-icon span {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
}

/* Example positions – desktop */
.aj-folder-1 {
  top: 80px;
  left: 80px;
}
.aj-folder-2 {
  top: 80px;
  left: 180px;
}
.aj-folder-3 {
  top: 80px;
  left: 280px;
}
.aj-folder-4 {
  top: 80px;
  left: 380px;
}

/* Mac-style window */

.aj-window {
  position: absolute;
  top: 18vh;
  left: 12vw;
  width: 520px;
  min-width: 320px;
  max-width: 80vw;
  height: 360px;
  max-height: 70vh;
  background: rgba(18, 18, 18, 0.96);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.85),
    0 0 0 0.5px rgba(255, 255, 255, 0.15) inset;
  overflow: hidden;
  display: none;
  color: #f5f5f5;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial,
    sans-serif;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  z-index: 10;
}

/* title bar */
.aj-window-titlebar {
  position: relative;
  display: flex;
  align-items: center;
  padding: 6px 10px;
  gap: 8px;
  -webkit-app-region: drag;
  background: linear-gradient(to bottom, #29292b, #1b1b1e);
}

/* traffic lights */
.aj-window-controls {
  display: flex;
  gap: 6px;
}

.aj-window-btn {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.35);
  cursor: pointer;
  -webkit-app-region: no-drag;
}

.aj-window-btn.close {
  background: #ff5f57;
}

.aj-window-btn.minimize {
  background: #febc2e;
}

.aj-window-btn.maximize {
  background: #28c840;
}

.aj-window-title {
  margin-left: 8px;
  font-size: 12px;
  color: #dfdfdf;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* content area */
.aj-window-body {
  position: relative;
  height: calc(100% - 32px);
  padding: 10px 12px;
  overflow: auto;
  font-size: 13px;
  line-height: 1.6;
}

/* maximized state */
.aj-window.maximized {
  top: 4vh !important;
  left: 4vw !important;
  width: 92vw !important;
  height: 84vh !important;
}

/* minimized */
.aj-window.minimized {
  display: none;
}

/* project lists inside folder windows */
.aj-project-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.aj-project-list li {
  margin-bottom: 6px;
}

.aj-project-link {
  color: #e6e6ff;
  cursor: pointer;
  text-decoration: none;
}

.aj-project-link:hover {
  text-decoration: underline;
}

/* project window content layout */
.aj-project-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(0, 2.2fr);
  gap: 14px;
}

@media (max-width: 720px) {
  .aj-project-layout {
    grid-template-columns: 1fr;
  }
}

.aj-project-text p {
  margin: 0 0 8px;
}

.aj-project-images img {
  width: 100%;
  display: block;
  margin-bottom: 8px;
  border-radius: 4px;
}

/* moodboard toggle (optional) */
.aj-mood-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  margin-top: 6px;
  cursor: pointer;
}

.aj-mood-toggle .heart {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #ff8bb8;
  box-sizing: border-box;
}

.aj-mood-toggle.active .heart {
  background: #ff4f8a;
}

/* ===== NOTES & CALCULATOR WINDOWS (reuse .aj-window) ===== */

#aj-notes-window .aj-window-body textarea {
  width: 100%;
  height: 100%;
  min-height: 220px;
  border: 0;
  background: #fffced;
  color: #222;
  font-family: "SF Mono", Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 13px;
  line-height: 1.6;
  resize: none;
  padding: 10px;
  box-sizing: border-box;
}

/* Calculator */
#aj-calculator {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}

#aj-calculator-display {
  width: 100%;
  height: 54px;
  background: #111;
  color: #f5f5f5;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 10px;
  font-size: 20px;
  box-sizing: border-box;
}

#aj-calculator-keys {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}

.aj-calc-key {
  border-radius: 6px;
  border: 0;
  padding: 10px 0;
  font-size: 14px;
  cursor: pointer;
  background: #2b2b30;
  color: #f5f5f5;
}

.aj-calc-key.operator {
  background: #ff9f0a;
  color: #111;
}

.aj-calc-key.equal {
  background: #34c759;
  color: #111;
}

.aj-calc-key.utility {
  background: #3a3a3f;
}

/* ---------- DOCK (GLOBAL, NEW) ---------- */

#mac-dock {
  position: fixed;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  height: 78px;
  padding: 14px 22px;
  border-radius: 26px;
  background: rgba(250, 250, 252, 0.86);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(28px);
  display: flex;
  align-items: flex-end;
  gap: 18px;
  z-index: 900;
}

.dock-item {
  position: relative;
  width: 54px;
  height: 54px;
  cursor: pointer;
  transform-origin: center;
  transition: transform 0.16s ease-out;
}

.dock-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: radial-gradient(circle at 20% 0, #ffffff, #cfd3dd);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.dock-label {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 6px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #100;
  white-space: nowrap;
}

/* hover magnification */
.dock-item:hover {
  transform: translateY(-8px) scale(1.3);
}

.dock-item.near {
  transform: translateY(-5px) scale(1.15);
}

/* ========= RESPONSIVE: DESKTOP SYSTEM / DOCK ========= */

/* Tablet / small laptop */
@media (max-width: 900px) {
  #aj-desktop {
    min-height: 100vh;
    padding-bottom: 96px; /* dock height */
    overflow: visible;
  }

  .aj-window {
    top: 10vh;
    left: 50%;
    transform: translateX(-50%);
    max-width: calc(100vw - 40px);
    width: calc(100vw - 40px);
    max-height: 70vh;
  }
}

/* Phones */
@media (max-width: 768px) {
  html,
  body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* no sideways scrolling */
  }

  #aj-desktop {
    min-height: 100vh;
    padding-top: 32px;    /* little breathing room at top */
    padding-bottom: 88px; /* dock */
    overflow-x: hidden;
  }

  /* Icons flow instead of being clipped on the right */
  .aj-desktop-icon {
    position: static;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin: 12px 10px 0;
  }

  /* Windows become full-screen app cards between top + dock */
  .aj-window {
    position: fixed !important;
    top: 40px !important;        /* below any top bar */
    left: 0 !important;
    right: 0 !important;
    bottom: 88px !important;     /* above dock */
    width: 100vw !important;
    max-width: 100vw !important;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.7);
    transform: none !important;  /* kill any drag transforms */
    overflow: hidden;
  }

  .aj-window-body {
    height: calc(100% - 32px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* Dock tuned for mobile */
  #mac-dock {
    bottom: 10px;
    padding: 10px 16px;
    height: 70px;
    gap: 12px;
  }

  .dock-item {
    width: 46px;
    height: 46px;
  }

  .dock-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    font-size: 22px;
  }

  .dock-label {
    top: 54px;
    font-size: 7px;
  }
}

/* Desktop icons */
.aj-desktop-icon {
  position: absolute;
  width: 84px;
  text-align: center;
  font-size: 11px;
  color: #f0f0f0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial,
    sans-serif;
  cursor: pointer;
  user-select: none;
}

.aj-desktop-icon img {
  width: 56px;
  height: 56px;
  display: block;
  margin: 0 auto 6px;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));
}

.aj-desktop-icon span {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
}

/* Example positions – adjust as needed */
.aj-folder-1 {
  top: 80px;
  left: 80px;
}
.aj-folder-2 {
  top: 80px;
  left: 180px;
}
.aj-folder-3 {
  top: 80px;
  left: 280px;
}
.aj-folder-4 {
  top: 80px;
  left: 380px;
}

/* Mac-style window */

.aj-window {
  position: absolute;
  top: 18vh;
  left: 12vw;
  width: 520px;
  min-width: 320px;
  max-width: 80vw;
  height: 360px;
  max-height: 70vh;
  background: rgba(18, 18, 18, 0.96);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.85),
    0 0 0 0.5px rgba(255, 255, 255, 0.15) inset;
  overflow: hidden;
  display: none;
  color: #f5f5f5;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial,
    sans-serif;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  z-index: 10;
}

/* title bar */
.aj-window-titlebar {
  position: relative;
  display: flex;
  align-items: center;
  padding: 6px 10px;
  gap: 8px;
  -webkit-app-region: drag;
  background: linear-gradient(to bottom, #29292b, #1b1b1e);
}

/* traffic lights */
.aj-window-controls {
  display: flex;
  gap: 6px;
}

.aj-window-btn {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.35);
  cursor: pointer;
  -webkit-app-region: no-drag;
}

.aj-window-btn.close {
  background: #ff5f57;
}

.aj-window-btn.minimize {
  background: #febc2e;
}

.aj-window-btn.maximize {
  background: #28c840;
}

.aj-window-title {
  margin-left: 8px;
  font-size: 12px;
  color: #dfdfdf;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* content area */
.aj-window-body {
  position: relative;
  height: calc(100% - 32px);
  padding: 10px 12px;
  overflow: auto;
  font-size: 13px;
  line-height: 1.6;
}

/* maximized state */
.aj-window.maximized {
  top: 4vh !important;
  left: 4vw !important;
  width: 92vw !important;
  height: 84vh !important;
}

/* minimized */
.aj-window.minimized {
  display: none;
}

/* project lists inside folder windows */
.aj-project-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.aj-project-list li {
  margin-bottom: 6px;
}

.aj-project-link {
  color: #e6e6ff;
  cursor: pointer;
  text-decoration: none;
}

.aj-project-link:hover {
  text-decoration: underline;
}

/* project window content layout */
.aj-project-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(0, 2.2fr);
  gap: 14px;
}

@media (max-width: 720px) {
  .aj-project-layout {
    grid-template-columns: 1fr;
  }
}

.aj-project-text p {
  margin: 0 0 8px;
}

.aj-project-images img {
  width: 100%;
  display: block;
  margin-bottom: 8px;
  border-radius: 4px;
}

/* moodboard toggle (optional) */
.aj-mood-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  margin-top: 6px;
  cursor: pointer;
}

.aj-mood-toggle .heart {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #ff8bb8;
  box-sizing: border-box;
}

.aj-mood-toggle.active .heart {
  background: #ff4f8a;
}

/* ===== NOTES & CALCULATOR WINDOWS (reuse .aj-window) ===== */

#aj-notes-window .aj-window-body textarea {
  width: 100%;
  height: 100%;
  min-height: 220px;
  border: 0;
  background: #fffced;
  color: #222;
  font-family: "SF Mono", Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 13px;
  line-height: 1.6;
  resize: none;
  padding: 10px;
  box-sizing: border-box;
}

/* Calculator */
#aj-calculator {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}

#aj-calculator-display {
  width: 100%;
  height: 54px;
  background: #111;
  color: #f5f5f5;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 10px;
  font-size: 20px;
  box-sizing: border-box;
}

#aj-calculator-keys {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}

.aj-calc-key {
  border-radius: 6px;
  border: 0;
  padding: 10px 0;
  font-size: 14px;
  cursor: pointer;
  background: #2b2b30;
  color: #f5f5f5;
}

.aj-calc-key.operator {
  background: #ff9f0a;
  color: #111;
}

.aj-calc-key.equal {
  background: #34c759;
  color: #111;
}

.aj-calc-key.utility {
  background: #3a3a3f;
}

/* ---------- DOCK (GLOBAL, NEW) ---------- */

#mac-dock {
  position: fixed;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  height: 78px;
  padding: 14px 22px;
  border-radius: 26px;
  background: rgba(250, 250, 252, 0.86);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(28px);
  display: flex;
  align-items: flex-end;
  gap: 18px;
  z-index: 900;
}

.dock-item {
  position: relative;
  width: 54px;
  height: 54px;
  cursor: pointer;
  transform-origin: center;
  transition: transform 0.16s ease-out;
}

.dock-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: radial-gradient(circle at 20% 0, #ffffff, #cfd3dd);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.dock-label {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 6px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #100;
  white-space: nowrap;
}

/* hover magnification */
.dock-item:hover {
  transform: translateY(-8px) scale(1.3);
}

.dock-item.near {
  transform: translateY(-5px) scale(1.15);
}

/* ========= RESPONSIVE: DESKTOP SYSTEM / DOCK ========= */

/* ========= RESPONSIVE: DESKTOP SYSTEM / DOCK ========= */

/* Tablet / small laptop */
@media (max-width: 900px) {
  #aj-desktop {
    min-height: 100vh;
    padding-bottom: 96px; /* dock height */
    overflow: visible;
  }

  .aj-window {
    top: 10vh;
    left: 50%;
    transform: translateX(-50%);
    max-width: calc(100vw - 40px);
    width: calc(100vw - 40px);
    max-height: 70vh;
  }
}

/* Phones */
@media (max-width: 768px) {
  html,
  body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* no sideways scroll */
  }

  #aj-desktop {
    min-height: 100vh;
    padding-top: 32px;
    padding-bottom: 88px; /* dock */
    overflow-x: hidden;
  }

  /* Desktop icons: let them wrap instead of using fixed left positions */
  .aj-desktop-icon {
    position: static;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin: 12px 10px 0;
  }

  /* Windows = big centered card, not fixed fullscreen */
  .aj-window {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: 40px auto 0;
    width: calc(100vw - 24px) !important;
    max-width: 480px;
    height: auto;
    max-height: calc(100vh - 160px);
    border-radius: 24px;
    transform: none !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.8);
    overflow: hidden;
  }

  .aj-window-body {
    height: auto;
    max-height: calc(100vh - 160px - 32px); /* minus titlebar */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* Dock tuned for mobile */
  #mac-dock {
    bottom: 10px;
    padding: 10px 16px;
    height: 70px;
    gap: 12px;
  }

  .dock-item {
    width: 46px;
    height: 46px;
  }

  .dock-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    font-size: 22px;
  }

  .dock-label {
    top: 54px;
    font-size: 7px;
  }
}