/* csslint ignore:start */

/*
  TROPICAL DOLL — COMPLETE NEOCITIES STYLESHEET
  Paste this entire file into style.css.
*/

:root {
  --berry: #b31568;
  --berry-dark: #72073e;
  --raspberry: #cf247d;
  --aqua: #d9f3f4;
  --aqua-pale: #eefcfc;
  --aqua-mid: #9ed4d6;
  --aqua-deep: #5aaeb2;
  --lilac: #e8e0ff;
  --lilac-deep: #a586ca;
  --butter: #fff0a8;
  --butter-deep: #ddb940;
  --cream: #fffdf0;
  --peach: #ffd9bd;
  --paper: #ffffff;
  --ink: #4d4050;
  --ink-soft: #796d7b;
  --line: #a5cfd1;
  --shadow: rgba(72, 76, 101, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.6;
  background-color: #bfe5e7;
  background-image:
    radial-gradient(circle at 7px 7px, rgba(255,255,255,.84) 0 1.4px, transparent 1.9px),
    radial-gradient(circle at 26px 24px, rgba(81,166,172,.33) 0 1px, transparent 1.7px),
    linear-gradient(135deg, rgba(255,255,255,.18) 25%, transparent 25% 75%, rgba(255,255,255,.18) 75%);
  background-size: 38px 38px, 38px 38px, 19px 19px;
}

body::before,
body::after {
  position: fixed;
  z-index: -1;
  color: rgba(255,255,255,.55);
  pointer-events: none;
  text-shadow: 0 1px rgba(71,151,156,.22);
}

body::before { top: 7vh; left: 2vw; content: "✦"; font-size: 2.4rem; transform: rotate(-12deg); }
body::after { right: 2vw; bottom: 10vh; content: "☆"; font-size: 3rem; transform: rotate(9deg); }

a { color: var(--berry); text-underline-offset: 3px; }
a:hover { color: var(--berry-dark); }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--butter-deep); outline-offset: 3px; }

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 8px;
  left: 8px;
  padding: 7px 12px;
  color: #fff;
  font-size: .72rem;
  background: var(--berry-dark);
  border-radius: 5px;
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.site-wrap {
  width: min(1080px, calc(100% - 22px));
  margin: 20px auto 45px;
  overflow: hidden;
  background: rgba(248,255,255,.94);
  border: 1px solid #72afb2;
  border-radius: 9px;
  box-shadow: 0 0 0 5px rgba(255,255,255,.52), 0 18px 46px rgba(51,111,116,.27);
}

.tiny-topbar {
  display: flex;
  min-height: 28px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 4px 10px;
  color: #5d5160;
  font-size: .58rem;
  font-weight: 700;
  background: linear-gradient(#fff 0%, #f5f4f6 48%, #dddce0 51%, #fafafa 100%);
  border-bottom: 1px solid #aaa7ad;
  text-shadow: 0 1px #fff;
}

.online-now { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.online-now i {
  width: 8px;
  height: 8px;
  background: #78c900;
  border: 1px solid #438000;
  border-radius: 50%;
  box-shadow: inset 0 1px rgba(255,255,255,.9), 0 0 4px rgba(103,199,0,.62);
}

.top-status { display: flex; justify-content: flex-end; gap: 5px; flex-wrap: wrap; }
.top-status span { padding: 2px 7px; background: rgba(255,255,255,.7); border: 1px solid #b7b4b9; border-radius: 8px; }
.top-status b { color: var(--berry); }

.announcement {
  overflow: hidden;
  color: #fff;
  font-size: .55rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
  white-space: nowrap;
  background: linear-gradient(rgba(255,255,255,.38), transparent 46%), linear-gradient(#d83a8a, #ad0f61 58%, #840846);
  border-bottom: 1px solid #690535;
  text-shadow: 0 -1px rgba(77,0,36,.6);
}

.announcement-track { display: flex; width: max-content; gap: 54px; padding: 4px 14px; animation: ticker 30s linear infinite; }
@keyframes ticker { to { transform: translateX(-45%); } }

.site-header {
  position: relative;
  min-height: 185px;
  overflow: hidden;
  padding: 38px 34px 32px;
  background: radial-gradient(circle at 15px 15px, rgba(255,255,255,.9) 0 1.4px, transparent 2px) 0 0 / 30px 30px, linear-gradient(120deg, var(--aqua-pale) 0 56%, var(--lilac) 56% 78%, var(--butter) 78% 100%);
  border-bottom: 1px solid #86c2c5;
}

.site-header::before {
  position: absolute;
  top: 25px;
  right: 36px;
  width: 175px;
  height: 115px;
  content: "";
  background: radial-gradient(circle at 26% 30%, #fff 0 17px, transparent 18px), radial-gradient(circle at 45% 25%, #fff 0 27px, transparent 28px), radial-gradient(circle at 67% 35%, #fff 0 21px, transparent 22px), radial-gradient(ellipse at 48% 57%, #fff 0 50px, transparent 51px);
  opacity: .88;
  filter: drop-shadow(0 5px 0 rgba(107,173,177,.16));
}

.site-header::after {
  position: absolute;
  right: 65px;
  bottom: 28px;
  color: var(--lilac-deep);
  content: "✦  ♡  ✧";
  font-size: 1.25rem;
  letter-spacing: .42em;
  transform: rotate(-4deg);
}

.header-kicker { position: relative; z-index: 2; margin: 0 0 2px 5px; color: #508f93; font-size: .59rem; font-weight: 900; letter-spacing: .28em; text-transform: uppercase; }
.title-lockup {
  position: relative;
  z-index: 2;
  display: flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  gap: 13px;
}
.site-title {
  position: relative;
  max-width: 680px;
  margin: 0;
  color: #5d4568;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 6.6vw, 5.15rem);
  font-style: italic;
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.055em;
  white-space: nowrap;
  text-shadow: 2px 2px #fff, 4px 4px rgba(91,135,151,.16);
}
.title-charm {
  width: clamp(74px, 8.6vw, 108px);
  height: auto;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 0 rgba(255,255,255,.86)) drop-shadow(0 6px 5px rgba(79,124,131,.19));
  transform: rotate(4deg);
}
.site-tagline { position: relative; z-index: 2; margin: 13px 0 0 5px; color: #6f6671; font-family: Georgia, "Times New Roman", serif; font-size: .87rem; font-style: italic; }

.nav-bar { display: flex; justify-content: center; gap: 4px; padding: 7px 9px 0; background: linear-gradient(#77757b, #3d3b40); border-bottom: 4px solid var(--aqua-deep); flex-wrap: wrap; }
.nav-bar a {
  min-width: 120px;
  padding: 8px 13px 7px;
  color: #fff;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(rgba(255,255,255,.38), transparent 43%), linear-gradient(#cf3a86, #a00d59);
  border: 1px solid #690535;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  box-shadow: inset 0 1px rgba(255,255,255,.44);
  text-shadow: 0 -1px rgba(80,0,37,.6);
}
.nav-bar a:nth-child(2) { color: #4e4350; background: linear-gradient(#fff6bd, #dec154); border-color: #9f842a; text-shadow: 0 1px rgba(255,255,255,.75); }
.nav-bar a:nth-child(3) { color: #4e4350; background: linear-gradient(#e9e2ff, #ad95d2); border-color: #7f66a5; text-shadow: 0 1px rgba(255,255,255,.75); }
.nav-bar a:nth-child(4) { color: #355f62; background: linear-gradient(#e9ffff, #91d2d5); border-color: #5aa4a8; text-shadow: 0 1px rgba(255,255,255,.75); }
.nav-bar a:hover { filter: saturate(1.1) brightness(1.04); transform: translateY(-1px); }

.blog-grid {
  display: grid;
  align-items: start;
  gap: 12px;
  padding: 13px;
  background: radial-gradient(circle at 11px 11px, rgba(87,173,178,.16) 0 1px, transparent 1.6px) 0 0 / 22px 22px, rgba(240,252,252,.92);
  grid-template-columns: 184px minmax(0, 1fr) 190px;
}

.left-sidebar, .right-sidebar, .post-feed { display: flex; min-width: 0; flex-direction: column; gap: 10px; }
.widget, .post, .welcome-note { overflow: hidden; background: var(--paper); border: 1px solid #9ec9cb; border-radius: 5px; box-shadow: 2px 3px 0 rgba(83,154,159,.12); }

.widget-title, .post-ribbon {
  display: flex;
  min-height: 26px;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  padding: 4px 7px;
  color: #fff;
  font-size: .57rem;
  font-weight: 900;
  letter-spacing: .07em;
  background: linear-gradient(rgba(255,255,255,.4), transparent 43%), linear-gradient(#d63b88, #aa0d5d);
  border-bottom: 1px solid #79053e;
  text-shadow: 0 -1px rgba(80,0,37,.58);
}
.widget-title.aqua { color: #315d60; background: linear-gradient(#e9ffff, #8ccdd0); border-color: #5aa3a7; text-shadow: 0 1px rgba(255,255,255,.8); }
.widget-title.yellow { color: #5e5121; background: linear-gradient(#fff7bd, #dfc052); border-color: #a08625; text-shadow: 0 1px rgba(255,255,255,.8); }
.widget-title.lilac { color: #564667; background: linear-gradient(#f0ebff, #b8a1da); border-color: #826ba6; text-shadow: 0 1px rgba(255,255,255,.8); }
.window-dots { color: rgba(255,255,255,.66); font-size: .4rem; letter-spacing: .08em; }
.widget-title.aqua .window-dots, .widget-title.yellow .window-dots, .widget-title.lilac .window-dots { color: rgba(76,69,83,.42); }
.widget-body { padding: 9px; font-size: .67rem; background: linear-gradient(#fff, #f7fbfb); }
.text-center { text-align: center; }

.profile-panel { text-align: center; }
.profile-image {
  position: relative;
  display: grid;
  height: 128px;
  align-content: center;
  margin-bottom: 8px;
  color: #fff;
  background: radial-gradient(circle at 14px 14px, rgba(255,255,255,.85) 0 1px, transparent 1.7px) 0 0 / 28px 28px, linear-gradient(135deg, #bfeaed, #c8b9eb 55%, #f3d980);
  border: 2px solid #fff;
  outline: 1px solid #88bec1;
  box-shadow: inset 0 0 18px rgba(255,255,255,.34);
}
.profile-image::before { position: absolute; top: 9px; right: 10px; color: var(--berry); content: "♡"; font-size: 1rem; }
.profile-monogram { font-family: Georgia, "Times New Roman", serif; font-size: 4.2rem; font-style: italic; line-height: 1; text-shadow: 2px 3px rgba(84,122,139,.18); }
.profile-name { margin: 0; color: var(--berry); font-size: .75rem; font-weight: 900; }
.profile-handle { margin: 1px 0 7px; color: #817683; font-size: .52rem; text-transform: uppercase; }
.status-meter { margin-top: 8px; text-align: left; }
.meter-label { display: flex; justify-content: space-between; margin-bottom: 3px; color: #655969; font-size: .53rem; font-weight: 800; }
.meter-track { height: 11px; overflow: hidden; background: #eeeaf0; border: 1px inset #c5bbc3; }
.meter-fill { width: 86%; height: 100%; background: repeating-linear-gradient(135deg, var(--berry) 0 6px, var(--raspberry) 6px 12px); }
.mini-icons { display: grid; gap: 4px; margin-top: 8px; grid-template-columns: repeat(4, 1fr); }
.mini-icons span { display: grid; height: 29px; color: #fff; font-size: .85rem; background: linear-gradient(rgba(255,255,255,.4), transparent 43%), linear-gradient(#d83b89, #a70d5b); border: 1px solid #78053d; border-radius: 3px; box-shadow: inset 0 1px rgba(255,255,255,.42); place-items: center; }

.status-list { display: grid; gap: 7px; }
.status-item { padding-bottom: 6px; border-bottom: 1px dotted #b9d8da; }
.status-item:last-child { padding-bottom: 0; border-bottom: 0; }
.status-item b { display: block; color: var(--berry); font-size: .5rem; letter-spacing: .09em; text-transform: uppercase; }
.status-item span { color: #675c69; font-family: Georgia, "Times New Roman", serif; font-size: .73rem; font-style: italic; }

.visitor-counter { display: inline-block; min-width: 91px; padding: 3px 7px; color: #a6eff0; font-family: "Courier New", monospace; font-size: 1.1rem; font-weight: 900; letter-spacing: .15em; background: #385f64; border: 2px inset #9bc9cb; text-shadow: 0 0 4px rgba(176,255,255,.58); }
.microcopy { margin: 5px 0 0; color: #857a86; font-size: .51rem; line-height: 1.35; }
.site-badges { display: grid; gap: 4px; grid-template-columns: 1fr 1fr; }
.site-badges span { display: grid; min-height: 30px; padding: 3px; color: #4b4750; font-size: .48rem; font-weight: 900; line-height: 1.2; text-align: center; text-transform: uppercase; background: linear-gradient(#fff7bd, #dfc052); border: 2px ridge #b99b2e; place-items: center; }
.site-badges span:nth-child(2) { background: linear-gradient(#e9ffff, #8ccdd0); border-color: #6baeb1; }
.site-badges span:nth-child(3) { grid-column: 1 / -1; background: linear-gradient(#f0ebff, #baa2dc); border-color: #8d76b1; }

.tiny-button, .reaction-button, .mood-button, .poll-button { color: #fff; font-weight: 900; background: linear-gradient(rgba(255,255,255,.42), transparent 43%), linear-gradient(#d93d8b, #a70c5b); border: 1px solid #76043b; border-radius: 3px; box-shadow: inset 0 1px rgba(255,255,255,.44), 0 1px 2px rgba(0,0,0,.15); cursor: pointer; }
.tiny-button { padding: 5px 8px; font-size: .53rem; text-transform: uppercase; }
.tiny-button:hover, .reaction-button:hover, .mood-button:hover, .mood-button.active, .poll-button:hover, .poll-button.chosen { filter: brightness(1.07) saturate(1.08); transform: translateY(-1px); }

.welcome-note {
  position: relative;
  padding: 26px 29px 24px;
  overflow: visible;
  background: radial-gradient(circle at 13px 13px, rgba(92,168,172,.12) 0 1px, transparent 1.6px) 0 0 / 26px 26px, linear-gradient(135deg, #fff 0 67%, #fff7c7 67% 82%, #e7e0ff 82% 100%);
  border: 1px solid #8fc4c7;
  box-shadow: 3px 4px 0 rgba(83,154,159,.13);
}
.welcome-note::before { position: absolute; top: -12px; left: 50%; width: 82px; height: 23px; content: ""; background: rgba(244,215,121,.78); transform: translateX(-50%) rotate(-2deg); }
.welcome-kicker, .post-category { margin: 0 0 5px; color: var(--berry); font-size: .55rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.welcome-note h2 { max-width: 540px; margin: 0; color: #55455f; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.65rem, 4vw, 2.55rem); font-style: italic; font-weight: 400; line-height: 1.12; letter-spacing: -.03em; }
.welcome-note > p:not(.welcome-kicker) { max-width: 590px; margin: 14px 0 0; color: #6c6170; font-family: Georgia, "Times New Roman", serif; font-size: .88rem; }
.welcome-stickers { display: flex; gap: 6px; margin-top: 16px; flex-wrap: wrap; }
.welcome-stickers span { padding: 5px 9px; color: #5a4b60; font-size: .53rem; font-weight: 900; background: var(--aqua); border: 1px solid #82bfc2; border-radius: 50% 46% 48% 45% / 54% 47% 52% 46%; }
.welcome-stickers span:nth-child(2) { background: var(--butter); border-color: #c8aa39; }
.welcome-stickers span:nth-child(3) { background: var(--lilac); border-color: #9d85bf; }

.post-ribbon { min-height: 29px; padding-inline: 9px; }
.post-ribbon.aqua { color: #355f63; background: linear-gradient(#e9ffff, #8acdd0); border-color: #5da4a8; text-shadow: 0 1px #fff; }
.post-ribbon.lilac { color: #554667; background: linear-gradient(#f0ebff, #b59fd7); border-color: #7e67a1; text-shadow: 0 1px #fff; }
.post-ribbon.yellow { color: #60511f; background: linear-gradient(#fff7bd, #dec052); border-color: #9f8428; text-shadow: 0 1px #fff; }
.post-date { font-size: .52rem; letter-spacing: .04em; white-space: nowrap; }
.post-body { padding: 25px 27px 22px; background: linear-gradient(rgba(255,255,255,.91), rgba(255,255,255,.91)), repeating-linear-gradient(180deg, transparent 0 25px, rgba(108,187,191,.13) 25px 26px); }
.post h2 { margin: 0; color: #55455e; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem, 3vw, 2.05rem); font-style: italic; font-weight: 400; line-height: 1.16; letter-spacing: -.025em; }
.post-body > p:not(.post-category) { color: #625765; font-family: Georgia, "Times New Roman", serif; font-size: .88rem; line-height: 1.75; }
.post-divider { margin: 18px 0; color: var(--aqua-deep); font-size: .86rem; letter-spacing: .6em; text-align: center; }
.post-signoff { color: var(--berry); font-family: Georgia, "Times New Roman", serif; font-size: .82rem; font-style: italic; text-align: right; }
.post-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 7px 10px; color: #6f6470; font-size: .51rem; background: linear-gradient(#f8ffff, #dff3f4); border-top: 1px solid #a5d0d2; flex-wrap: wrap; }
.post-tags { font-weight: 800; }
.reactions { display: flex; gap: 4px; }
.reaction-button { padding: 4px 7px; font-size: .5rem; }

.thought-list { display: grid; gap: 8px; margin: 15px 0; padding: 0; list-style: none; }
.thought-list li { position: relative; padding: 9px 11px 9px 33px; color: #635765; font-family: Georgia, "Times New Roman", serif; font-size: .82rem; background: rgba(233,226,255,.5); border: 1px dotted #ac94c5; border-radius: 4px; }
.thought-list li::before { position: absolute; top: 8px; left: 11px; color: var(--berry); content: "✦"; font-family: Verdana, sans-serif; font-size: .75rem; }

.tiny-collage { display: grid; gap: 7px; margin: 16px 0; grid-template-columns: repeat(3, 1fr); }
.collage-card { display: grid; min-height: 110px; align-content: center; padding: 10px; color: #544b58; font-family: Georgia, "Times New Roman", serif; font-size: .7rem; font-style: italic; text-align: center; background: radial-gradient(circle at 9px 9px, rgba(255,255,255,.8) 0 1px, transparent 1.6px) 0 0 / 18px 18px, var(--aqua); border: 5px double #fff; outline: 1px solid #86bfc2; box-shadow: 2px 3px 0 rgba(87,154,159,.12); }
.collage-card:nth-child(2) { background-color: var(--butter); outline-color: #c8aa3c; transform: rotate(1deg); }
.collage-card:nth-child(3) { background-color: var(--lilac); outline-color: #a28ac1; transform: rotate(-1deg); }
.small-post .post-body { padding-block: 20px; }
.small-post blockquote { margin: 12px 0 0; padding: 15px 18px; color: #574a59; font-family: Georgia, "Times New Roman", serif; font-size: 1rem; font-style: italic; background: linear-gradient(135deg, var(--cream), #e7f8f8); border-left: 5px solid var(--butter-deep); }

.mood-display { min-height: 68px; padding: 9px; color: #5d5161; font-family: Georgia, "Times New Roman", serif; font-size: .78rem; font-style: italic; text-align: center; background: radial-gradient(circle at 10px 10px, rgba(255,255,255,.75) 0 1px, transparent 1.6px) 0 0 / 20px 20px, var(--lilac); border: 1px solid #b09acb; border-radius: 4px; }
.mood-buttons { display: grid; gap: 4px; margin-top: 7px; grid-template-columns: repeat(3, 1fr); }
.mood-button { min-height: 27px; padding: 2px; font-size: .7rem; }

.calendar-head { margin: 0 0 7px; color: var(--berry); font-family: Georgia, "Times New Roman", serif; font-size: .78rem; font-style: italic; text-align: center; }
.calendar { display: grid; gap: 2px; grid-template-columns: repeat(7, 1fr); }
.calendar span { display: grid; min-height: 20px; color: #675d68; font-size: .48rem; background: #f4ffff; border: 1px solid #c2dfe0; place-items: center; }
.calendar .weekday { color: #fff; font-weight: 900; background: var(--aqua-deep); border-color: #478e92; }
.calendar .empty { background: #f6f5f7; }
.calendar .today { color: #fff; font-weight: 900; background: var(--berry); border-color: var(--berry-dark); border-radius: 50%; }

.archive-links { display: grid; gap: 5px; }
.archive-row { display: flex; justify-content: space-between; padding-bottom: 5px; color: #655a67; font-size: .6rem; border-bottom: 1px dotted #b6d4d6; }
.archive-row b { color: var(--berry); }

.charm-note { min-height: 95px; margin: 0 0 8px; padding: 15px 11px; color: #5c505f; font-family: Georgia, "Times New Roman", serif; font-size: .78rem; font-style: italic; text-align: center; background: linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,.3)), repeating-linear-gradient(180deg, var(--butter) 0 23px, #d5c06b 23px 24px); border: 1px solid #c7a92e; box-shadow: 2px 3px 0 rgba(121,104,39,.13); transform: rotate(-.5deg); }
.poll-question { margin: 0 0 8px; color: #625665; font-family: Georgia, "Times New Roman", serif; font-size: .74rem; font-style: italic; }
.poll-options { display: grid; gap: 4px; }
.poll-button { padding: 5px; font-size: .51rem; text-align: left; }
#poll-result { min-height: 17px; margin-top: 6px; color: var(--berry); font-size: .5rem; font-weight: 900; text-align: center; }
.about-mini { color: #625765; font-family: Georgia, "Times New Roman", serif; font-size: .72rem; line-height: 1.6; }
.about-mini p { margin: 0 0 7px; }
.about-preview-link {
  display: block;
  margin-top: 9px;
  padding: 6px 8px;
  color: #fff;
  font-family: Verdana, Arial, sans-serif;
  font-size: .52rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .05em;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(rgba(255,255,255,.36), transparent 45%), linear-gradient(#c7b7e9, #8e73b8);
  border: 1px solid #6f568f;
  border-radius: 4px;
  box-shadow: inset 0 1px rgba(255,255,255,.5);
  text-shadow: 0 -1px rgba(67,45,87,.42);
}

.about-page {
  --about-bg: #fffdf0;
  --about-text: #4d4050;
  --about-accent: #b31568;
  --about-panel: #eefcfc;
  margin: 0 13px 18px;
  overflow: hidden;
  color: var(--about-text);
  background-color: var(--about-bg);
  border: 1px solid #79b8bc;
  border-radius: 6px;
  box-shadow: 2px 4px 0 rgba(73,145,150,.15);
  scroll-margin-top: 10px;
}
.about-page.pattern-stars {
  background-image: radial-gradient(circle at 9px 9px, rgba(255,255,255,.92) 0 1.4px, transparent 2px), radial-gradient(circle at 24px 25px, rgba(100,181,186,.17) 0 1px, transparent 1.6px);
  background-size: 34px 34px;
}
.about-page.pattern-hearts {
  background-image: radial-gradient(circle at 8px 9px, rgba(255,255,255,.82) 0 3px, transparent 3.5px), radial-gradient(circle at 13px 9px, rgba(255,255,255,.82) 0 3px, transparent 3.5px);
  background-size: 32px 32px;
}
.about-page.pattern-dots {
  background-image: radial-gradient(circle, rgba(108,174,179,.22) 0 1.3px, transparent 1.8px);
  background-size: 18px 18px;
}
.about-page.pattern-checker {
  background-image: linear-gradient(45deg, rgba(255,255,255,.34) 25%, transparent 25% 75%, rgba(255,255,255,.34) 75%), linear-gradient(45deg, rgba(255,255,255,.34) 25%, transparent 25% 75%, rgba(255,255,255,.34) 75%);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
}
.about-page.pattern-none { background-image: none; }
.about-window-title {
  display: flex;
  min-height: 27px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 4px 9px;
  color: #fff;
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .08em;
  background: linear-gradient(rgba(255,255,255,.42), transparent 44%), linear-gradient(#d03985, #a50d5b);
  border-bottom: 1px solid #74043c;
  text-shadow: 0 -1px rgba(80,0,37,.55);
}
.about-page-header {
  position: relative;
  padding: 30px 22px 24px;
  text-align: center;
  background: linear-gradient(110deg, rgba(220,247,248,.93), rgba(239,232,255,.9) 60%, rgba(255,243,181,.9));
  border-bottom: 1px solid #9ccfd1;
}
.about-page-header::before,
.about-page-header::after {
  position: absolute;
  top: 19px;
  color: var(--about-accent);
  content: "✦ ୨୧";
  font-size: .85rem;
  letter-spacing: .35em;
}
.about-page-header::before { left: 21px; transform: rotate(-8deg); }
.about-page-header::after { right: 21px; transform: rotate(8deg); }
.about-page-kicker { margin: 0 0 3px; color: #558c91; font-size: .55rem; font-weight: 900; letter-spacing: .21em; text-transform: uppercase; }
.about-page-header h2 {
  margin: 0;
  color: var(--about-accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5.2vw, 3.8rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  text-shadow: 2px 2px #fff;
}
.about-page-subtitle { max-width: 660px; margin: 10px auto 0; color: var(--about-text); font-family: Georgia, "Times New Roman", serif; font-size: .82rem; font-style: italic; }
.about-workspace { padding: 14px; }
.about-editor {
  display: none;
  padding: 10px;
  color: #524957;
  font-size: .6rem;
  background: #f9ffff;
  border: 1px solid #8ebfc2;
  border-radius: 5px;
  box-shadow: 2px 3px 0 rgba(74,145,150,.12);
}
body.about-edit-mode .about-workspace {
  display: grid;
  align-items: start;
  gap: 13px;
  grid-template-columns: 292px minmax(0, 1fr);
}
body.about-edit-mode .about-editor {
  position: sticky;
  top: 10px;
  z-index: 30;
  display: block;
  max-height: calc(100vh - 20px);
  overflow: auto;
}
body.about-edit-mode .about-page { box-shadow: 0 0 0 4px rgba(255,240,168,.75), 2px 4px 0 rgba(73,145,150,.15); }
.editor-head {
  margin: -10px -10px 10px;
  padding: 8px 9px;
  color: #fff;
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .07em;
  background: linear-gradient(#69c3c8, #448f94);
  border-bottom: 1px solid #2f7479;
  text-shadow: 0 -1px rgba(35,92,96,.5);
}
.editor-help { margin: 0 0 9px; color: #746978; font-family: Georgia, "Times New Roman", serif; font-size: .68rem; line-height: 1.5; }
.editor-group { margin: 0 0 9px; padding: 8px; background: #fff; border: 1px solid #b8d9db; border-radius: 4px; }
.editor-legend { display: block; margin: 0 0 6px; color: var(--berry); font-size: .52rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.about-editor label { display: grid; gap: 3px; margin: 0 0 6px; color: #655b68; font-weight: 800; }
.about-editor input,
.about-editor textarea,
.about-editor select {
  width: 100%;
  padding: 6px;
  color: #4d4350;
  font: 600 .62rem/1.35 Verdana, Arial, sans-serif;
  background: #fbffff;
  border: 1px solid #9fc9cc;
  border-radius: 3px;
}
.about-editor textarea { min-height: 68px; resize: vertical; }
.about-editor input[type="color"] { min-height: 32px; padding: 2px; }
.editor-colours { display: grid; gap: 5px; grid-template-columns: repeat(3, 1fr); }
.editor-add-grid { display: grid; gap: 4px; grid-template-columns: 1fr 1fr; }
.editor-emoticon-palette { display: flex; gap: 4px; margin-top: 7px; flex-wrap: wrap; }
.editor-emoticon-palette button {
  min-width: 34px;
  min-height: 28px;
  padding: 3px 6px;
  color: #72578b;
  font-size: .75rem;
  background: linear-gradient(#fff, #eee8ff);
  border: 1px solid #aa94c7;
  border-radius: 4px;
  cursor: pointer;
}
.editor-button {
  padding: 6px 5px;
  color: #4c4250;
  font-size: .52rem;
  font-weight: 900;
  background: linear-gradient(#fff, #e6f4f5);
  border: 1px solid #8dbbc0;
  border-radius: 3px;
  box-shadow: inset 0 1px #fff;
  cursor: pointer;
}
.editor-button:hover { filter: brightness(1.03); }
.editor-button.primary { color: #fff; background: linear-gradient(#d83c89, #a60e5c); border-color: #77043f; text-shadow: 0 -1px rgba(74,0,34,.5); }
.editor-button.yellow { color: #574d25; background: linear-gradient(#fff8c8, #e3c95c); border-color: #a78b2c; }
.editor-button.danger { color: #7d174b; background: linear-gradient(#fff, #f7d6e5); border-color: #d491b2; }
.editor-actions { display: grid; gap: 4px; margin-top: 6px; grid-template-columns: repeat(3, 1fr); }
.editor-export { display: grid; gap: 5px; }
.editor-status { min-height: 18px; margin: 6px 0 0; color: var(--berry); font-weight: 900; text-align: center; }
.editor-note { margin: 5px 0 0; color: #7b707e; font-size: .5rem; line-height: 1.45; }
.about-canvas {
  display: grid;
  min-height: 330px;
  align-content: start;
  gap: 12px;
  padding: 18px;
  background: rgba(255,255,255,.28);
  border: 1px dashed rgba(87,161,166,.55);
  border-radius: 5px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.about-block {
  position: relative;
  min-width: 0;
  grid-column: span 6;
  color: var(--about-text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  text-align: left;
  transition: transform .15s ease, box-shadow .15s ease;
}
.about-block[data-width="full"] { grid-column: 1 / -1; }
.about-block[data-width="third"] { grid-column: span 4; }
.about-block[data-width="small"] { grid-column: span 3; }
.about-block[data-card="paper"] { padding: 18px; background: #fff; border: 1px solid #a7cfd1; border-radius: 4px; box-shadow: 3px 4px 0 rgba(78,148,153,.12); }
.about-block[data-card="aqua"] { padding: 18px; background: #e5f9fa; border: 1px solid #8bc5c8; border-radius: 4px; box-shadow: 3px 4px 0 rgba(78,148,153,.12); }
.about-block[data-card="lilac"] { padding: 18px; background: #eee7ff; border: 1px solid #aa92ca; border-radius: 4px; box-shadow: 3px 4px 0 rgba(92,73,120,.12); }
.about-block[data-card="yellow"] { padding: 18px; background: #fff5b9; border: 1px solid #ccb245; border-radius: 4px; box-shadow: 3px 4px 0 rgba(120,103,40,.12); }
.about-block[data-card="clear"] { padding: 5px; background: transparent; }
body.about-edit-mode .about-block { cursor: pointer; }
body.about-edit-mode .about-block:hover { box-shadow: 0 0 0 3px rgba(221,185,64,.48); }
body.about-edit-mode .about-block.selected { box-shadow: 0 0 0 4px var(--about-accent); }
.about-block h3 { margin: 0; color: inherit; font: inherit; font-weight: 700; line-height: 1.15; white-space: pre-wrap; }
.about-text-content { margin: 0; line-height: 1.65; white-space: pre-wrap; }
.about-sticker-content { line-height: 1.3; white-space: pre-wrap; text-shadow: 1px 1px #fff; }
.about-image { display: block; max-width: 100%; height: auto; margin-inline: auto; border-radius: 3px; }
.about-video { position: relative; overflow: hidden; width: 100%; aspect-ratio: 16 / 9; background: #302b34; border: 5px solid #fff; outline: 1px solid #8bbdc0; }
.about-video iframe, .about-video video { width: 100%; height: 100%; border: 0; object-fit: cover; }
.about-link-button {
  display: inline-block;
  padding: 8px 13px;
  color: #fff;
  font: 900 .68rem Verdana, Arial, sans-serif;
  letter-spacing: .04em;
  text-decoration: none;
  background: linear-gradient(rgba(255,255,255,.38), transparent 44%), linear-gradient(#d43b87, #a60d5b);
  border: 1px solid #72043b;
  border-radius: 5px;
  box-shadow: inset 0 1px rgba(255,255,255,.48), 2px 3px 0 rgba(84,44,70,.12);
  text-shadow: 0 -1px rgba(76,0,35,.5);
}
.about-divider { display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--about-accent); font-size: 1rem; letter-spacing: .35em; }
.about-divider::before, .about-divider::after { width: 28%; height: 1px; content: ""; background: currentColor; opacity: .35; }
.about-empty-media {
  display: none;
  min-height: 110px;
  place-items: center;
  color: #746a77;
  font: 700 .65rem Georgia, serif;
  background: repeating-linear-gradient(45deg, #f9ffff 0 10px, #e4f4f5 10px 20px);
  border: 1px dashed #8cbfc2;
}
body.about-edit-mode .about-empty-media { display: grid; }
.about-custom-html { overflow-wrap: anywhere; }
[hidden] { display: none !important; }

.footer { padding: 22px 18px; color: #5c7477; font-family: Georgia, "Times New Roman", serif; font-size: .72rem; font-style: italic; text-align: center; background: radial-gradient(circle at 10px 10px, rgba(255,255,255,.75) 0 1px, transparent 1.5px) 0 0 / 20px 20px, linear-gradient(#e8ffff, #b9e3e5); border-top: 4px solid var(--berry); }
.footer p { margin: 2px 0; }
.footer-small { color: #6f888b; font-family: Verdana, Arial, sans-serif; font-size: .49rem; font-style: normal; letter-spacing: .1em; text-transform: uppercase; }

.click-sparkle { position: fixed; z-index: 9999; pointer-events: none; color: var(--berry); font-size: .95rem; text-shadow: 0 0 4px #fff; animation: sparkle-away 650ms ease-out forwards; }
@keyframes sparkle-away { from { opacity: 1; transform: translate(-50%, -50%) scale(.5) rotate(0); } to { opacity: 0; transform: translate(-50%, -125%) scale(1.4) rotate(32deg); } }

@media (max-width: 920px) {
  .blog-grid { grid-template-columns: 174px minmax(0, 1fr); }
  .right-sidebar { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); }
  body.about-edit-mode .about-workspace { grid-template-columns: 250px minmax(0, 1fr); }
  .about-block[data-width="small"] { grid-column: span 4; }
}

@media (max-width: 680px) {
  body { background-size: 32px 32px, 32px 32px, 16px 16px; }
  .site-wrap { width: calc(100% - 10px); margin: 6px auto 20px; border-radius: 6px; }
  .tiny-topbar { align-items: flex-start; flex-direction: column; gap: 3px; }
  .top-status { justify-content: flex-start; }
  .top-status span:last-child { display: none; }
  .site-header { min-height: 175px; padding: 35px 18px 30px; }
  .site-header::before { right: -45px; opacity: .65; }
  .site-header::after { right: 8px; bottom: 14px; font-size: .95rem; }
  .title-lockup { gap: 6px; }
  .site-title { max-width: none; font-size: clamp(2.05rem, 10vw, 3.35rem); }
  .title-charm { width: clamp(54px, 17vw, 76px); margin-left: -3px; }
  .nav-bar { display: grid; gap: 2px; padding: 5px 5px 0; grid-template-columns: 1fr 1fr; }
  .nav-bar a { min-width: 0; border-bottom: 1px solid currentColor; }
  .blog-grid { padding: 8px; grid-template-columns: 1fr; }
  .left-sidebar { display: grid; grid-template-columns: 1fr 1fr; }
  .left-sidebar .profile-widget, .left-sidebar .badge-widget { grid-column: 1 / -1; }
  .profile-image { max-width: 230px; margin-inline: auto; }
  .right-sidebar { display: grid; grid-column: auto; grid-template-columns: 1fr 1fr; }
  .right-sidebar .widget:nth-child(5) { grid-column: 1 / -1; }
  .tiny-collage { grid-template-columns: 1fr; }
  .collage-card { min-height: 88px; }
  .about-page { margin: 0 8px 12px; }
  .about-page-header { padding: 27px 15px 21px; }
  .about-page-header::before, .about-page-header::after { top: 10px; font-size: .7rem; }
  body.about-edit-mode .about-workspace { display: block; }
  body.about-edit-mode .about-editor { position: static; max-height: none; margin-bottom: 10px; }
  .about-canvas { padding: 11px; }
  .about-block, .about-block[data-width="third"], .about-block[data-width="small"] { grid-column: span 6; }
}

@media (max-width: 440px) {
  .left-sidebar, .right-sidebar { grid-template-columns: 1fr; }
  .left-sidebar .profile-widget, .left-sidebar .badge-widget, .right-sidebar .widget:nth-child(5) { grid-column: auto; }
  .post-body, .welcome-note { padding: 21px 19px; }
  .post-ribbon { align-items: flex-start; flex-direction: column; gap: 1px; }
  .about-block, .about-block[data-width="third"], .about-block[data-width="small"], .about-block[data-width="full"] { grid-column: 1 / -1; }
  .editor-colours { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* csslint ignore:end */
