:root {
  --ink: #34214f;
  --ink-soft: #5c4776;
  --purple: #6d42b5;
  --purple-dark: #38265c;
  --pink: #d35faf;
  --pink-bright: #f07dcc;
  --lavender: #dbc7ed;
  --lavender-light: #f1e8fa;
  --win-gray: #c0c0c0;
  --win-light: #ffffff;
  --win-mid: #808080;
  --win-dark: #000000;
  --pixel: "Pixelify Sans", "Courier New", monospace;
  --mono: "VT323", "Courier New", monospace;
}

* { box-sizing: border-box; }

html,
body { height: 100%; }

html { scroll-behavior: smooth; }

body {
  background: #61488c;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  min-height: 100vh;
  overflow: hidden;
}

button,
input,
textarea { font: inherit; }

a { color: #51308f; }

button,
a { -webkit-tap-highlight-color: transparent; }

.wallpaper {
  background:
    radial-gradient(circle at 75% 18%, rgba(240, 125, 204, .28), transparent 23%),
    radial-gradient(circle at 22% 72%, rgba(49, 92, 255, .28), transparent 29%),
    linear-gradient(145deg, #34245b 0%, #725493 47%, #38265c 100%);
  inset: 0 0 34px;
  overflow: hidden;
  position: fixed;
}

.wallpaper::before {
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, .68) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(240, 125, 204, .5) 0 1px, transparent 1.5px);
  background-position: 0 0, 23px 29px;
  background-size: 61px 61px, 73px 73px;
  content: "";
  inset: 0;
  opacity: .36;
  position: absolute;
}

.wallpaper::after {
  background:
    linear-gradient(90deg, transparent 49.7%, rgba(255, 255, 255, .05) 50%, transparent 50.3%),
    linear-gradient(transparent 49.7%, rgba(255, 255, 255, .04) 50%, transparent 50.3%);
  background-size: 78px 78px;
  content: "";
  inset: 0;
  position: absolute;
  transform: rotate(4deg) scale(1.1);
}

.star {
  color: rgba(255, 233, 253, .78);
  font-size: 56px;
  position: absolute;
  text-shadow: 0 0 18px rgba(240, 125, 204, .7);
  z-index: 1;
}

.star-one { left: 24%; top: 11%; }
.star-two { right: 12%; top: 56%; transform: rotate(14deg); }
.star-three { bottom: 9%; font-size: 38px; left: 9%; }

.desktop {
  height: calc(100vh - 34px);
  min-height: 420px;
  overflow: hidden;
  position: relative;
}

.desktop-icon {
  align-items: center;
  background: transparent;
  border: 0;
  color: white;
  cursor: default;
  display: flex;
  flex-direction: column;
  font-family: Arial, sans-serif;
  font-size: 12px;
  gap: 4px;
  left: 16px;
  padding: 4px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px #000;
  top: 16px;
  width: 82px;
  z-index: 1;
}

.desktop-icon-secondary { top: 112px; }

.desktop-icon:focus,
.desktop-icon:hover {
  background: rgba(49, 52, 148, .55);
  outline: 1px dotted white;
}

.desktop-icon-art {
  align-items: center;
  display: flex;
  height: 44px;
  justify-content: center;
  position: relative;
  width: 48px;
}

.internet-icon {
  background: radial-gradient(circle at 50% 52%, #86bdf3 0 35%, #315cff 37% 52%, transparent 54%);
  color: #fff;
  font-family: Georgia, serif;
  font-size: 30px;
  text-shadow: 2px 2px #34214f;
}

.internet-icon::after {
  border: 3px solid #f07dcc;
  border-radius: 50%;
  content: "";
  height: 22px;
  position: absolute;
  transform: rotate(-25deg);
  width: 45px;
}

.folder-icon {
  background: #f5d566;
  border: 2px outset #ffefab;
  height: 32px;
  margin-top: 8px;
  width: 46px;
}

.folder-icon::before {
  background: #f5d566;
  border: 2px outset #ffefab;
  border-bottom: 0;
  content: "";
  height: 8px;
  left: 1px;
  position: absolute;
  top: -8px;
  width: 20px;
}

.browser-window {
  background: var(--win-gray);
  border: 2px outset var(--win-light);
  bottom: 48px;
  box-shadow: 6px 6px 0 rgba(26, 14, 46, .28);
  display: flex;
  flex-direction: column;
  left: clamp(98px, 8vw, 142px);
  min-height: 370px;
  position: absolute;
  right: clamp(18px, 3vw, 52px);
  top: clamp(18px, 4vh, 46px);
  z-index: 4;
}

.browser-window.is-minimized,
.browser-window.is-closed { display: none; }

.browser-window.is-maximized {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.window-titlebar {
  align-items: center;
  background: linear-gradient(90deg, #38265c, #6d42b5 48%, #d35faf);
  color: white;
  cursor: default;
  display: flex;
  flex: 0 0 25px;
  justify-content: space-between;
  margin: 2px;
  padding: 2px 3px 2px 5px;
  user-select: none;
}

.window-title {
  align-items: center;
  display: flex;
  min-width: 0;
}

.window-title h1 {
  font-family: Arial, sans-serif;
  font-size: 13px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 1px 1px #34214f;
  white-space: nowrap;
}

.tiny-browser-icon {
  align-items: center;
  background: #315cff;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  height: 16px;
  justify-content: center;
  margin-right: 5px;
  width: 16px;
}

.window-controls {
  display: flex;
  gap: 2px;
  margin-left: 8px;
}

.window-controls button {
  align-items: center;
  background: var(--win-gray);
  border: 2px outset white;
  color: black;
  cursor: pointer;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  height: 18px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 19px;
}

.window-close-link {
  align-items: center;
  background: var(--win-gray);
  border: 2px outset white;
  color: black;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 18px;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  width: 19px;
}

.window-controls button:active,
.start-button:active,
.task-button:active,
.address-row button:active,
.toolbar-button:active { border-style: inset; }

.browser-menu {
  display: flex;
  flex: 0 0 auto;
  font-size: 12px;
  gap: 18px;
  padding: 3px 8px 4px;
}

.browser-toolbar {
  align-items: center;
  border-bottom: 1px solid var(--win-mid);
  border-top: 1px solid white;
  display: flex;
  flex: 0 0 44px;
  gap: 3px;
  padding: 2px 5px;
}

.toolbar-button {
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  color: #563a72;
  display: flex;
  flex-direction: column;
  font-family: Arial, sans-serif;
  font-size: 22px;
  height: 38px;
  justify-content: center;
  min-width: 48px;
  padding: 0 4px;
  text-shadow: 1px 1px white;
}

.toolbar-button:hover { border: 1px outset white; }

.toolbar-button small {
  color: #222;
  font-size: 9px;
  line-height: 9px;
  text-shadow: none;
}

.toolbar-divider {
  border-left: 1px solid var(--win-mid);
  border-right: 1px solid white;
  height: 34px;
  margin: 0 3px;
}

.toolbar-wide { min-width: 57px; }

.address-row {
  align-items: center;
  border-bottom: 1px solid var(--win-mid);
  border-top: 1px solid white;
  display: flex;
  flex: 0 0 27px;
  font-size: 11px;
  gap: 6px;
  padding: 3px 4px 3px 7px;
}

.address-field {
  align-items: center;
  background: white;
  border: 2px inset white;
  display: flex;
  flex: 1;
  gap: 4px;
  height: 22px;
  min-width: 0;
  overflow: hidden;
  padding: 1px 4px;
  white-space: nowrap;
}

.address-icon {
  background: #315cff;
  color: white;
  display: inline-flex;
  flex: 0 0 15px;
  justify-content: center;
}

.address-row button {
  background: var(--win-gray);
  border: 2px outset white;
  font-size: 11px;
  height: 22px;
}

.site-viewport {
  background: white;
  border: 2px inset white;
  flex: 1 1 auto;
  margin: 2px;
  min-height: 0;
  overflow: auto;
  overscroll-behavior: contain;
}

.site-page {
  color: #222;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 auto;
  max-width: 1050px;
  min-width: 660px;
  padding: 0 10px 24px;
}

.lexispace-header { background: white; }

.lexispace-topline {
  align-items: center;
  background: #392461;
  color: #fff;
  display: flex;
  font-size: 10px;
  justify-content: space-between;
  margin: 0 -10px;
  min-height: 23px;
  padding: 3px 12px;
}

.lexispace-topline a { color: #fff; text-decoration: none; }
.lexispace-topline nav { display: flex; gap: 7px; }

.lexispace-brand {
  align-items: center;
  background: linear-gradient(90deg, #6d42b5, #a94aa9 58%, #d35faf);
  display: flex;
  justify-content: center;
  margin: 0 -10px;
  min-height: 326px;
  padding: 13px 18px;
}

.cam-ad {
  align-items: stretch;
  background: #f600c3;
  border: 1px solid #ff8bea;
  box-shadow: 3px 3px 0 rgba(52, 33, 79, .4);
  color: white;
  display: flex;
  height: 300px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  text-shadow: 2px 2px 0 #30123f;
  text-decoration: none;
  width: min(880px, 96%);
}

.cam-ad-photo {
  background: #23152f;
  flex: 0 0 55%;
  overflow: hidden;
  position: relative;
}

.cam-ad-photo::after {
  display: none;
}

.cam-ad-photo img {
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: none;
  width: 100%;
}

.cam-ad-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  line-height: .86;
  padding: 8px 12px 7px 18px;
  position: relative;
  z-index: 2;
}

.cam-ad-copy small {
  color: #ffe245;
  font-family: "Comic Sans MS", cursive;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 2px;
}

.cam-ad-copy strong {
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 34px;
  letter-spacing: .5px;
}

.cam-ad-copy b {
  color: #fff;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 28px;
  letter-spacing: .6px;
}

.cam-ad-copy em {
  color: #ffe2f9;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  letter-spacing: 2.5px;
  margin-top: 7px;
}

.cam-ad-hd {
  background: #fff;
  color: #2c1536;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 24px;
  height: 34px;
  line-height: 34px;
  padding: 0 5px;
  position: absolute;
  right: 8px;
  text-shadow: none;
  top: 7px;
  z-index: 3;
}

.cam-ad-streaks,
.cam-ad-streaks::before,
.cam-ad-streaks::after {
  background: rgba(255, 255, 255, .35);
  content: "";
  height: 136px;
  position: absolute;
  right: 44%;
  top: -12px;
  transform: rotate(27deg);
  width: 5px;
}

.cam-ad-streaks::before { left: 9px; top: 0; }
.cam-ad-streaks::after { left: 18px; top: 0; }

.cam-ad:hover,
.cam-ad:focus-visible {
  filter: brightness(1.12) saturate(1.08);
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.lexispace-nav {
  background: #8c72aa;
  border-bottom: 2px solid #513b72;
  border-top: 1px solid #eadbfa;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 0 -10px 12px;
}

.lexispace-nav a {
  border-right: 1px solid rgba(255, 255, 255, .45);
  color: white;
  font-size: 11px;
  padding: 5px 7px;
  text-align: center;
  text-decoration: none;
}

.lexispace-nav a:hover,
.lexispace-nav a:focus { background: #d35faf; }

.site-content {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: 305px minmax(0, 1fr);
}

.profile-card h2 {
  font-size: 19px;
  margin: 0 0 7px;
}

.profile-intro {
  display: grid;
  gap: 11px;
  grid-template-columns: 145px 1fr;
}

.profile-intro img {
  border: 2px solid #34214f;
  height: 172px;
  object-fit: cover;
  object-position: 50% 33%;
  width: 145px;
}

.profile-facts { font-size: 11px; }

.profile-facts .mood {
  color: #513b72;
  font-family: "Comic Sans MS", cursive;
  font-size: 12px;
  margin: 2px 0 9px;
}

.profile-facts dl { margin: 0; }
.profile-facts dl div { display: block; margin-bottom: 4px; }
.profile-facts dt { color: #666; display: inline; }
.profile-facts dd { display: inline; margin: 0 0 0 3px; }

.online-now {
  color: #c33a9a;
  display: block;
  font-size: 11px;
  margin-top: 8px;
}

.online-now i {
  animation: pulse 1.5s infinite;
  background: #48d87a;
  border: 1px solid #18783a;
  border-radius: 50%;
  display: inline-block;
  height: 7px;
  width: 7px;
}

.view-pics {
  display: block;
  font-size: 10px;
  margin: 7px 0 12px 30px;
}

.contact-box {
  border: 2px solid #d35faf;
  margin-bottom: 12px;
}

.contact-box h2,
.side-box h2,
.content-box > h2,
.section-heading {
  align-items: center;
  background: #dbc7ed;
  color: #513b72;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  justify-content: space-between;
  margin: 0;
  min-height: 24px;
  padding: 4px 7px;
}

.contact-box h2 { background: #d35faf; color: white; }

.contact-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 7px 9px;
}

.contact-links a {
  color: #51308f;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 1px;
  text-decoration: none;
}

.contact-links span {
  color: #d35faf;
  display: inline-block;
  font-size: 15px;
  text-align: center;
  width: 20px;
}

.side-box {
  background: #f1e8fa;
  border: 1px solid #8c72aa;
  margin-bottom: 12px;
}

.side-box ul {
  font-size: 11px;
  line-height: 1.45;
  margin: 7px 9px 10px 23px;
  padding: 0;
}

.marquee {
  background: #fff;
  border-bottom: 1px solid #8c72aa;
  color: #d35faf;
  font-family: "Comic Sans MS", cursive;
  font-size: 11px;
  margin: 0;
  overflow: hidden;
  padding: 5px;
  white-space: nowrap;
}

.marquee span {
  animation: marquee 12s linear infinite;
  display: inline-block;
  padding-left: 100%;
}

.tip-box { padding-bottom: 7px; }

.tip-row {
  border-bottom: 1px dotted #b5a3cb;
  display: flex;
  font-size: 11px;
  justify-content: space-between;
  margin: 0 8px;
  padding: 5px 3px;
}

.tip-row b { color: #d35faf; }

.tip-cta {
  display: block;
  font-size: 10px;
  font-weight: bold;
  margin: 7px 10px 2px;
  text-align: right;
}

.network-banner {
  border: 1px solid #34214f;
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 12px;
  padding: 17px;
  text-align: center;
}

.content-box {
  border: 1px solid #8c72aa;
  margin-bottom: 12px;
}

.content-box > h2,
.section-heading { background: #eadbfa; color: #7b2c79; }

.update-box article {
  font-size: 11px;
  padding: 10px 12px 12px;
}

.update-box time { color: #666; float: right; }

.update-box h3 {
  color: #d35faf;
  font-family: "Comic Sans MS", cursive;
  font-size: 15px;
  margin: 0 0 6px;
}

.update-box p { line-height: 1.42; margin: 0 0 5px; }

.about-copy {
  font-size: 11px;
  line-height: 1.48;
  padding: 8px 12px;
}

.about-copy p { margin: 3px 0 9px; }
.about-copy b { color: #7b2c79; }

.blog-entry-list { padding: 2px 11px; }

.blog-entry-list article {
  border-bottom: 1px dotted #b5a3cb;
  padding: 9px 2px;
}

.blog-entry-list article:last-child { border-bottom: 0; }

.blog-entry-list time {
  color: #777;
  float: right;
  font-size: 10px;
}

.blog-entry-list h3 {
  color: #d35faf;
  font-family: "Comic Sans MS", cursive;
  font-size: 14px;
  margin: 0 0 4px;
}

.blog-entry-list p {
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
}

.section-heading h2 { font-size: 12px; margin: 0; }
.section-heading a { font-size: 10px; }

.content-count {
  font-size: 11px;
  margin: 9px 11px;
}

.photo-grid {
  display: grid;
  gap: 11px;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 11px 12px;
}

.photo-grid a {
  color: #51308f;
  font-size: 10px;
  min-width: 0;
  text-align: center;
}

.photo-grid img {
  background: #eee;
  border: 2px solid #34214f;
  display: block;
  height: 120px;
  margin-bottom: 4px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.photo-grid a:first-child img { object-position: 50% 30%; }

.message-form {
  display: grid;
  font-size: 11px;
  gap: 6px 8px;
  grid-template-columns: 65px 1fr;
  padding: 10px 12px 5px;
}

.message-form .honeypot { display: none; }

.message-form label {
  font-weight: bold;
  padding-top: 4px;
  text-align: right;
}

.message-form input,
.message-form textarea {
  border: 1px solid #8c72aa;
  border-radius: 0;
  color: #34214f;
  font-size: 12px;
  padding: 4px;
}

.message-form textarea { height: 58px; resize: vertical; }

.message-form button {
  background: #dbc7ed;
  border: 2px outset white;
  color: #34214f;
  font-size: 11px;
  grid-column: 2;
  justify-self: start;
  padding: 3px 9px;
}

.message-confirmation {
  color: #7b2c79;
  font-size: 11px;
  margin: 3px 12px 9px 85px;
  min-height: 13px;
}

.site-footer {
  border-top: 1px solid #8c72aa;
  color: #666;
  font-size: 10px;
  margin-top: 15px;
  padding: 12px 6px 0;
  text-align: center;
}

.site-footer p { margin: 4px; }

.browser-statusbar {
  display: grid;
  flex: 0 0 23px;
  font-size: 10px;
  gap: 2px;
  grid-template-columns: 1fr 130px;
  padding: 2px;
}

.browser-statusbar span {
  border: 1px inset white;
  overflow: hidden;
  padding: 3px 5px;
  white-space: nowrap;
}

.taskbar {
  align-items: center;
  background: var(--win-gray);
  border-top: 2px outset white;
  bottom: 0;
  display: flex;
  height: 34px;
  left: 0;
  padding: 2px;
  position: fixed;
  right: 0;
  z-index: 50;
}

.start-button,
.task-button {
  align-items: center;
  background: var(--win-gray);
  border: 2px outset white;
  color: #111;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  height: 28px;
  padding: 2px 7px;
}

.start-button span {
  color: #7b2c79;
  font-size: 19px;
  margin-right: 4px;
  text-shadow: 1px 1px white;
}

.blog-start { text-decoration: none; }

.taskbar-divider {
  border-left: 1px solid #808080;
  border-right: 1px solid white;
  height: 25px;
  margin: 0 4px;
}

.task-button {
  font-weight: normal;
  max-width: 210px;
  min-width: 150px;
}

.task-button.is-running { border-style: inset; font-weight: bold; }
.task-button span { color: #6d42b5; margin-right: 6px; }

.system-tray {
  align-items: center;
  border: 2px inset white;
  display: flex;
  font-size: 11px;
  gap: 7px;
  height: 28px;
  margin-left: auto;
  padding: 2px 8px;
}

.start-menu {
  background: var(--win-gray);
  border: 2px outset white;
  bottom: 34px;
  display: flex;
  left: 2px;
  min-height: 205px;
  position: fixed;
  width: 245px;
  z-index: 60;
}

.start-menu[hidden] { display: none; }

.start-menu-rail {
  align-items: center;
  background: linear-gradient(#38265c, #d35faf);
  color: white;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 7px;
  text-orientation: mixed;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
}

.start-menu-rail span { color: #eadbfa; font-weight: normal; }

.start-menu-items {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 4px;
}

.start-menu-items a,
.start-menu-items button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #111;
  display: flex;
  font-size: 12px;
  gap: 8px;
  min-height: 43px;
  padding: 5px 7px;
  text-align: left;
  text-decoration: none;
}

.start-menu-items a:hover,
.start-menu-items button:hover {
  background: #6d42b5;
  color: white;
}

.start-menu-items span { font-size: 22px; width: 28px; }
.start-menu-items hr { border: 0; border-bottom: 1px solid white; border-top: 1px solid #808080; margin: 2px 0; width: 100%; }

.squirt-button {
  cursor: pointer;
  min-width: 83px;
}

.squirt-layer {
  bottom: 34px;
  display: none;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 90;
}

.squirt-layer.is-squirting { display: block; }

.squirt-arc {
  animation: squirt-arc 1.45s cubic-bezier(.18, .78, .2, 1) forwards;
  border-radius: 58% 62% 0 0;
  border-top: 12px solid rgba(255, 255, 255, .84);
  bottom: -9vh;
  filter:
    drop-shadow(0 0 5px rgba(218, 244, 255, .9))
    drop-shadow(0 3px 0 rgba(142, 204, 237, .38));
  height: 74vh;
  left: 57px;
  opacity: 0;
  position: absolute;
  transform: rotate(-8deg) scaleX(.05);
  transform-origin: left bottom;
  width: 88vw;
}

.squirt-arc::after {
  border-radius: inherit;
  border-top: 4px solid rgba(190, 231, 252, .7);
  content: "";
  inset: 6px 0 0;
  position: absolute;
}

.squirt-drop {
  animation: squirt-drop 1.45s cubic-bezier(.17, .76, .22, 1) var(--squirt-delay) forwards;
  background: radial-gradient(circle at 32% 28%, #fff 0 18%, #f8fcff 23% 52%, #bfe7f8 76%, #7fc6e8 100%);
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 68% 32% 62% 38%;
  bottom: 18px;
  box-shadow: 0 0 8px rgba(238, 250, 255, .86);
  height: calc(var(--squirt-size) * 1.55);
  left: 62px;
  opacity: 0;
  position: absolute;
  transform: translate(0, 0) rotate(0) scale(.2);
  width: var(--squirt-size);
}

.squirt-drop:nth-child(3n) {
  background: radial-gradient(circle at 35% 30%, white 0 22%, #fffdf4 50%, #d9f2ff 100%);
}

/* Single-window blog and photo explorer */
.blog-toolbar {
  align-items: center;
  border-bottom: 1px solid #808080;
  border-top: 1px solid white;
  display: flex;
  flex: 0 0 34px;
  font-size: 11px;
  gap: 9px;
  padding: 4px 7px;
}

.blog-toolbar a {
  border: 1px solid transparent;
  color: #222;
  padding: 4px 6px;
  text-decoration: none;
}

.blog-toolbar a:hover { border: 1px outset white; }

.blog-path {
  background: white;
  border: 2px inset white;
  flex: 1;
  margin-left: 8px;
  overflow: hidden;
  padding: 3px 5px;
  white-space: nowrap;
}

.blog-inner {
  color: #34214f;
  font-family: Arial, sans-serif;
  margin: 0 auto;
  max-width: 1050px;
  min-width: 650px;
  padding: 13px;
}

.blog-heading {
  background: linear-gradient(90deg, #6d42b5, #d35faf);
  border: 2px solid #513b72;
  color: white;
  margin-bottom: 12px;
  padding: 14px 18px;
  text-shadow: 1px 1px #34214f;
}

.blog-heading p,
.blog-heading span {
  font-family: var(--pixel);
  font-size: 9px;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}

.blog-heading h2 {
  font-family: var(--pixel);
  font-size: 28px;
  line-height: 1;
  margin: 4px 0 7px;
}

.blog-layout {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: 200px 1fr;
}

.blog-sidebar section,
.blog-panel {
  background: #f1e8fa;
  border: 1px solid #8c72aa;
  margin-bottom: 11px;
}

.blog-sidebar h3,
.blog-panel h3 {
  background: #dbc7ed;
  color: #513b72;
  font-size: 12px;
  margin: 0;
  padding: 5px 7px;
}

.blog-sidebar a {
  display: block;
  font-size: 11px;
  padding: 6px 9px;
}

.blog-sidebar p {
  font-size: 10px;
  line-height: 1.4;
  margin: 8px;
}

.notes-list { padding: 6px 10px; }

.notes-list article {
  border-bottom: 1px dotted #b5a3cb;
  padding: 7px 2px;
}

.notes-list article:last-child { border-bottom: 0; }
.notes-list time { color: #d35faf; font-size: 10px; font-weight: bold; }
.notes-list p { font-family: "Comic Sans MS", cursive; font-size: 11px; line-height: 1.4; margin: 3px 0; }

.blog-photo-grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
  padding: 13px;
}

.photo-file { margin: 0; min-width: 0; text-align: center; }
.photo-file a { display: block; }

.photo-file img {
  background: white;
  border: 3px ridge white;
  height: 170px;
  object-fit: cover;
  width: 100%;
}

.photo-file figcaption,
.pixel-file span {
  display: block;
  font-size: 10px;
  margin-top: 4px;
  overflow-wrap: anywhere;
}

.blog-art-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 13px;
}

.pixel-file { margin: 0; text-align: center; width: 100px; }
.pixel-file img { background: white; border: 3px ridge white; height: 92px; object-fit: cover; width: 92px; }
.folder-empty { color: #756b7c; font-size: 11px; margin: 12px; }

@keyframes pulse {
  50% { box-shadow: 0 0 0 4px rgba(72, 216, 122, .18); opacity: .68; }
}

@keyframes marquee {
  to { transform: translateX(-190%); }
}

@keyframes squirt-arc {
  0% { opacity: 0; transform: rotate(-10deg) scaleX(.03) scaleY(.55); }
  12% { opacity: .95; }
  62% { opacity: .92; transform: rotate(-5deg) scaleX(1) scaleY(1); }
  100% { opacity: 0; transform: rotate(-2deg) scaleX(1.08) scaleY(.92); }
}

@keyframes squirt-drop {
  0% { opacity: 0; transform: translate(0, 0) rotate(0) scale(.2); }
  12% { opacity: .98; }
  76% { opacity: .92; transform: translate(var(--squirt-x), var(--squirt-y)) rotate(var(--squirt-spin)) scale(1); }
  100% { opacity: 0; transform: translate(var(--squirt-x), var(--squirt-y)) rotate(var(--squirt-spin)) scale(.62); }
}

@media (max-width: 800px) {
  .desktop-icon { display: none; }

  .browser-window {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }

  .browser-menu { gap: 12px; }
  .toolbar-button { min-width: 40px; }
  .toolbar-wide,
  .toolbar-divider { display: none; }
}

@media (max-width: 680px) {
  body { overflow: hidden; }
  .browser-menu { display: none; }
  .browser-toolbar { flex-basis: 38px; }
  .toolbar-button { font-size: 18px; height: 33px; min-width: 20%; }
  .toolbar-button small { font-size: 8px; }
  .address-row > span { display: none; }
  .address-row { padding-left: 3px; }
  .site-page { min-width: 0; padding: 0 7px 24px; width: 100%; }

  .lexispace-topline,
  .lexispace-brand,
  .lexispace-nav { margin-left: -7px; margin-right: -7px; }

  .lexispace-brand { min-height: 0; padding: 9px 7px; }
  .cam-ad { flex-direction: column; height: auto; width: 100%; }
  .cam-ad-photo { aspect-ratio: 3 / 2; flex: none; width: 100%; }
  .cam-ad-copy { min-height: 92px; padding: 10px 12px; }
  .cam-ad-copy small { font-size: 10px; }
  .cam-ad-copy strong { font-size: 23px; }
  .cam-ad-copy b { font-size: 19px; }
  .cam-ad-copy em { font-size: 7px; letter-spacing: 1.5px; margin-top: 5px; }
  .cam-ad-hd { font-size: 16px; height: 24px; line-height: 24px; }
  .cam-ad-streaks { display: none; }

  .lexispace-nav { grid-template-columns: repeat(3, 1fr); }
  .lexispace-nav a:nth-last-child(-n+3) { border-top: 1px solid rgba(255,255,255,.45); }

  .site-content { display: flex; flex-direction: column; }
  .profile-column,
  .main-column { width: 100%; }
  .profile-intro { grid-template-columns: minmax(115px, 42%) 1fr; }
  .profile-intro img { height: 180px; width: 100%; }
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
  .photo-grid img { height: 155px; }
  .network-banner { font-size: 14px; padding: 13px; }
  .browser-statusbar { grid-template-columns: 1fr 85px; }
  .system-tray span { display: none; }
  .task-button { min-width: 0; width: min(48vw, 190px); }

  .blog-inner { min-width: 0; padding: 8px; width: 100%; }
  .blog-layout { display: flex; flex-direction: column; }
  .blog-sidebar,
  .blog-main { width: 100%; }
  .blog-photo-grid { grid-template-columns: repeat(2, 1fr); }
  .photo-file img { height: 165px; }
}

@media (max-width: 420px) {
  .lexispace-topline nav { display: none; }
  .profile-intro img { height: 154px; }
  .contact-links { grid-template-columns: 1fr; }
  .photo-grid img { height: 126px; }
  .message-form { grid-template-columns: 1fr; }
  .message-form label { padding: 0; text-align: left; }
  .message-form button { grid-column: 1; }
  .message-confirmation { margin-left: 12px; }
  .photo-file img { height: 130px; }
  .cam-ad-copy strong { font-size: 18px; }
  .cam-ad-copy b { font-size: 15px; }
  .cam-ad-hd { font-size: 13px; right: 3px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .online-now i,
  .marquee span { animation: none; }
  .marquee span { padding-left: 0; }
  .squirt-arc { display: none; }
  .squirt-drop { animation: squirt-drop-soft .7s ease-out var(--squirt-delay) forwards; }
}

@keyframes squirt-drop-soft {
  0% { opacity: 0; }
  35% { opacity: .85; }
  100% { opacity: 0; }
}
