/* ==========================================================================
   MEU CANTINHO — Frutiger Aero edition
   Vidro fosco, gradientes azul-verde, botões glossy, natureza+tecnologia
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;700&family=Nunito:wght@400;600;700&display=swap');

:root {
  --sky-blue: #2a9de0;
  --sky-blue-deep: #0f6fb8;
  --aqua-green: #3ccf9e;
  --aqua-green-deep: #1fa87d;
  --glass-bg: rgba(255,255,255,0.55);
  --glass-bg-strong: rgba(255,255,255,0.78);
  --glass-border: rgba(255,255,255,0.85);
  --text-dark: #1c3b52;
  --text-mid: #3f6579;
  --text-light: #6d8fa1;
  --shadow-soft: 0 8px 24px rgba(15,90,140,0.18);
  --radius: 14px;

  --font-display: 'Baloo 2', 'Nunito', sans-serif;
  --font-body: 'Nunito', sans-serif;
}

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

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-dark);
  padding: 18px;
  background: linear-gradient(rgba(255,255,255,0.15), rgba(255,255,255,0.15)), url('../img/bg-bubbles.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow-x: hidden;
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><defs><filter id="og" x="-60%25" y="-60%25" width="220%25" height="220%25"><feGaussianBlur stdDeviation="2.4"/></filter><radialGradient id="os" cx="35%25" cy="28%25" r="75%25"><stop offset="0%25" stop-color="%23f2ffff"/><stop offset="35%25" stop-color="%234fd8f0"/><stop offset="70%25" stop-color="%231a86c9"/><stop offset="100%25" stop-color="%230a4f95"/></radialGradient></defs><circle cx="20" cy="20" r="13" fill="%232a9de0" opacity="0.55" filter="url(%23og)"/><circle cx="20" cy="20" r="12" fill="url(%23os)" stroke="%23ffffff" stroke-width="0.6" stroke-opacity="0.7"/><ellipse cx="15.5" cy="14" rx="5" ry="3.2" fill="%23ffffff" opacity="0.9"/></svg>') 20 20, auto;
}

/* nenhuma decoração sintética extra: a foto real já traz o clima natureza+bolhas */

a { color: var(--sky-blue-deep); text-decoration: none; font-weight: 600; }
a:hover {
  color: var(--aqua-green-deep);
  text-decoration: underline;
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44"><defs><filter id="ogh" x="-60%25" y="-60%25" width="220%25" height="220%25"><feGaussianBlur stdDeviation="2.8"/></filter><radialGradient id="osh" cx="35%25" cy="28%25" r="75%25"><stop offset="0%25" stop-color="%23fff5fb"/><stop offset="35%25" stop-color="%23ff9fd4"/><stop offset="70%25" stop-color="%23e8449a"/><stop offset="100%25" stop-color="%23a01d5c"/></radialGradient></defs><circle cx="22" cy="22" r="14.5" fill="%23ff2f92" opacity="0.55" filter="url(%23ogh)"/><circle cx="22" cy="22" r="13.5" fill="url(%23osh)" stroke="%23ffffff" stroke-width="0.7" stroke-opacity="0.75"/><ellipse cx="17" cy="15.5" rx="5.6" ry="3.6" fill="%23ffffff" opacity="0.92"/></svg>') 22 22, pointer;
}

img { max-width: 100%; display: block; }
::selection { background: var(--aqua-green); color: #fff; }

::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-track { background: rgba(255,255,255,0.3); }
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--sky-blue), var(--aqua-green));
  border-radius: 10px;
  border: 2px solid rgba(255,255,255,0.6);
}

/* ==========================================================================
   BROWSER CHROME — moldura de navegador antigo (estilo Internet Explorer)
   é o "elemento de assinatura" que reproduz a referência
   ========================================================================== */
.browser-chrome {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  background: #eef6fb;
  border-radius: 10px;
  border: 1px solid #9fc3da;
  box-shadow: 0 20px 50px rgba(10,60,100,0.35), 0 0 60px rgba(60,207,158,0.18);
  overflow: hidden;
}

.browser-titlebar {
  background: linear-gradient(180deg, #4fb3e8, #1a7fc4);
  color: #fff;
  font-size: 12.5px;
  font-weight: 600;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.browser-titlebar-text { flex: 1; }
.browser-titlebar-controls { display: flex; gap: 4px; }
.browser-titlebar-controls span {
  width: 18px; height: 16px;
  background: linear-gradient(180deg, #fff, #cfe9f7);
  color: #1a7fc4;
  border-radius: 3px;
  font-size: 10px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
}

.browser-addressbar {
  background: #f3f9fc;
  border-bottom: 1px solid #cfe3ee;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-arrow {
  width: 22px; height: 22px;
  background: linear-gradient(180deg, #ffffff, #dceefb);
  border: 1px solid #b9d7e8;
  border-radius: 5px;
  font-size: 10px;
  color: var(--sky-blue-deep);
  display: flex; align-items: center; justify-content: center;
}
.address-field {
  flex: 1;
  background: #fff;
  border: 1px solid #b9d7e8;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 12px;
  color: var(--text-mid);
}
.go-btn {
  background: linear-gradient(180deg, var(--sky-blue), var(--sky-blue-deep));
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 4px;
  cursor: pointer;
}

.browser-tabs {
  background: linear-gradient(180deg, #dff0fb, #c7e4f5);
  border-bottom: 2px solid #9fc3da;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.browser-tab {
  background: rgba(255,255,255,0.6);
  border: 1px solid transparent;
  border-radius: 6px 6px 0 0;
  padding: 7px 14px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--text-mid);
}
.browser-tab:hover { background: rgba(255,255,255,0.9); text-decoration: none; }
.browser-tab.active {
  background: #fff;
  color: var(--sky-blue-deep);
  border-color: #9fc3da;
  box-shadow: 0 -2px 0 var(--aqua-green) inset;
}

.start-btn {
  background: linear-gradient(180deg, #ffffff, #cdeedd);
  border: 1px solid rgba(255,255,255,0.9);
  border-radius: 999px;
  color: var(--text-dark);
  font-weight: 700;
  font-family: var(--font-display);
  font-size: 13px;
  padding: 6px 16px;
  margin-right: 6px;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15), inset 0 1px 0 #fff;
}
.start-btn:hover { filter: brightness(1.05); transform: translateY(-1px); }

.taskbar-menu {
  display: none;
  position: absolute; top: 128px; left: 14px;
  background: var(--glass-bg-strong);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  min-width: 190px;
  z-index: 1001;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  padding: 6px;
}
.taskbar-menu.open { display: block; }
.taskbar-menu a {
  display: block; padding: 9px 14px; color: var(--text-dark);
  border-radius: 8px; font-size: 13px; font-weight: 600;
}
.taskbar-menu a:hover { background: linear-gradient(90deg, var(--sky-blue), var(--aqua-green)); color: #fff; text-decoration: none; }

.taskbar-clock {
  margin-left: auto;
  background: rgba(255,255,255,0.6);
  color: var(--text-dark);
  border: 1px solid #b9d7e8;
  border-radius: 999px;
  font-weight: 700;
  font-size: 11.5px;
  padding: 5px 12px;
}

.browser-statusbar {
  background: linear-gradient(180deg, #e4f2fb, #cfe6f4);
  border-top: 1px solid #b9d7e8;
  padding: 6px 14px;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 600;
  color: var(--text-mid);
  flex-wrap: wrap;
  gap: 6px;
}

/* ==========================================================================
   MARQUEE
   ========================================================================== */
.marquee-wrap {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  background: linear-gradient(90deg, var(--sky-blue-deep), var(--aqua-green-deep));
  padding: 7px 0;
}
.marquee-track {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 24s linear infinite;
  color: #fff;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.3px;
}
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); } }

/* ==========================================================================
   LAYOUT — sidebar + coluna principal
   ========================================================================== */
.layout-grid {
  padding: 20px;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 20px;
  align-items: start;
  background: linear-gradient(180deg, #f7fbfd, #eef6fb);
}

.sidebar {
  position: sticky;
  top: 62px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-self: start;
}

.main-col {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

@media (max-width: 900px) {
  .layout-grid { grid-template-columns: 1fr; }
  .sidebar { position: static; }
}

/* ==========================================================================
   WINDOW / GLASS CARD CHROME
   ========================================================================== */
.window {
  background: #ffffff;
  border: 1px solid #d3e7f2;
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(15,90,140,0.14), 0 0 22px rgba(60,207,158,0.12);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.window:hover {
  box-shadow: 0 8px 22px rgba(15,90,140,0.18), 0 0 26px rgba(42,157,224,0.22);
}

.window-titlebar {
  background: linear-gradient(180deg, #5cc2ec, #1a86c9);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.2px;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.window-titlebar .icon { margin-right: 6px; }

.window-body { padding: 18px 20px; }

.window-body h3 {
  font-family: var(--font-display);
  color: var(--sky-blue-deep);
  font-size: 18px;
  margin: 0 0 10px;
  padding-bottom: 6px;
  border-bottom: 2px dotted rgba(42,157,224,0.3);
}

/* entrada suave das janelas */
.window {
  opacity: 0;
  transform: translateY(14px);
}
.window.revealed {
  animation: window-in 0.5s ease forwards;
}
@keyframes window-in {
  to { opacity: 1; transform: translateY(0); }
}

/* ==========================================================================
   BOOT SCREEN
   ========================================================================== */
#boot-screen {
  position: fixed; inset: 0;
  background: linear-gradient(160deg, #bfe8ff, #eaf9f3);
  color: var(--text-dark);
  z-index: 99999;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 18px;
  transition: opacity 0.5s ease;
}
#boot-screen .boot-logo {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 34px;
  color: var(--sky-blue-deep);
  text-shadow: 0 2px 6px rgba(255,255,255,0.8);
}
#boot-screen .boot-bar-track {
  width: 260px; height: 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.8);
  overflow: hidden;
}
#boot-screen .boot-bar-fill {
  height: 100%; width: 0%;
  background: linear-gradient(90deg, var(--sky-blue), var(--aqua-green));
  animation: boot-fill 1.6s ease forwards;
}
@keyframes boot-fill { to { width: 100%; } }
#boot-screen.hidden { opacity: 0; pointer-events: none; }
#boot-screen div#bootText { font-weight: 600; color: var(--text-mid); font-size: 13px; }

#ambient-canvas, #trail-canvas {
  position: fixed; top: 0; left: 0;
  pointer-events: none;
  z-index: 1;
}

/* ==========================================================================
   PERFIL (sidebar)
   ========================================================================== */
#profile.window .window-titlebar {
  background: linear-gradient(90deg, var(--sky-blue-deep), var(--aqua-green-deep));
}

.profile-photo-frame {
  width: 140px; height: 140px;
  margin: 0 auto 12px;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 6px 18px rgba(15,90,140,0.3), inset 0 0 0 2px rgba(42,157,224,0.3);
  overflow: hidden;
}
.profile-photo-frame img { width: 100%; height: 100%; object-fit: cover; }

.hero-name {
  font-family: var(--font-display);
  font-size: 26px;
  color: var(--sky-blue-deep);
  margin: 4px 0 6px;
}

.hero-quote {
  font-style: italic;
  color: var(--text-mid);
  background: rgba(255,255,255,0.5);
  border-left: 3px solid var(--aqua-green);
  border-radius: 0 8px 8px 0;
  padding: 8px 10px;
  margin: 12px 0;
  text-align: left;
  font-size: 13px;
}
.hero-quote::before { content: '\201C'; color: var(--aqua-green-deep); }
.hero-quote::after { content: '\201D'; color: var(--aqua-green-deep); }

.hero-meta {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  font-size: 12.5px;
  text-align: left;
}
.hero-meta li { margin-bottom: 6px; color: var(--text-mid); }
.hero-meta b { color: var(--sky-blue-deep); }

.badge {
  display: inline-block;
  font-weight: 700;
  font-size: 11px;
  background: rgba(60,207,158,0.18);
  border: 1px solid var(--aqua-green);
  color: var(--aqua-green-deep);
  border-radius: 999px;
  padding: 4px 12px;
  margin-top: 8px;
}
.badge.blink { animation: blink 1.4s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0.35; } }

.typing-cursor {
  display: inline-block;
  width: 2px;
  background: var(--sky-blue-deep);
  margin-left: 2px;
  animation: blink 0.8s steps(1) infinite;
}

/* ==========================================================================
   CORKBOARD / MURAL DE INTERESSES
   ========================================================================== */
.corkboard {
  background: transparent;
  border: none;
  padding: 4px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 14px;
}

.pin-card {
  background: linear-gradient(160deg, var(--sky-blue), var(--aqua-green));
  color: #fff;
  width: auto;
  border-radius: 12px;
  padding: 20px 10px;
  text-align: center;
  font-size: 12.5px;
  font-weight: 600;
  box-shadow: 0 5px 14px rgba(15,90,140,0.3), inset 0 1px 0 rgba(255,255,255,0.4);
  border: none;
  transition: transform 0.2s ease;
}
.pin-card:nth-child(4n+1) { background: linear-gradient(160deg, #ff9a9e, #fecfef); }
.pin-card:nth-child(4n+2) { background: linear-gradient(160deg, #3ccf9e, #a8e6cf); }
.pin-card:nth-child(4n+3) { background: linear-gradient(160deg, #2a9de0, #90e0ef); }
.pin-card:nth-child(4n+4) { background: linear-gradient(160deg, #ffd166, #ffb703); }
.pin-card:hover { transform: translateY(-5px) scale(1.03); }
.pin-card a { color: #fff; font-weight: 700; }
.pin-card .small { color: rgba(255,255,255,0.9); }

/* ==========================================================================
   CARD GRIDS (games / filmes / animes / artes)
   ========================================================================== */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 168px));
  gap: 18px;
  justify-content: flex-start;
}

.media-card {
  background: rgba(255,255,255,0.6);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.9);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(15,90,140,0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.media-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 26px rgba(42,157,224,0.45), 0 0 18px rgba(60,207,158,0.35);
}
.media-card .cover {
  width: 100%; aspect-ratio: 2/3;
  object-fit: cover; display: block;
}
.media-card.want .cover { filter: grayscale(0.8) brightness(0.85); }
.media-card .info { padding: 10px 10px 12px; min-height: 62px; }
.media-card .title { font-size: 12.5px; font-weight: 700; color: var(--text-dark); margin: 0 0 4px; line-height: 1.3; }
.media-card .status-tag {
  font-size: 9px; font-weight: 700;
  display: inline-block;
  padding: 3px 8px;
  margin-bottom: 4px;
  border-radius: 999px;
  color: #fff;
}
.status-tag.done { background: var(--aqua-green-deep); }
.status-tag.progress { background: #f5a623; }
.status-tag.want { background: #9db4c0; }

.media-card .rating { color: var(--sky-blue-deep); font-weight: 700; font-size: 12px; }
.media-card .comment { font-size: 11px; color: var(--text-light); font-style: italic; margin-top: 3px; }
.media-card .year { font-size: 10px; color: var(--text-light); }

.novo-tag {
  position: absolute; top: 6px; right: 6px;
  background: linear-gradient(90deg, #ff6b6b, #ff9f43);
  color: #fff;
  font-size: 8px; font-weight: 700;
  padding: 3px 7px;
  border-radius: 999px;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
  animation: blink 1s steps(1) infinite;
}

.section-tabs { display: flex; gap: 8px; margin-bottom: 14px; flex-wrap: wrap; }
.tab-btn {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 12px;
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(42,157,224,0.35);
  color: var(--text-mid);
  padding: 7px 14px;
  border-radius: 999px;
  cursor: pointer;
}
.tab-btn.active {
  background: linear-gradient(90deg, var(--sky-blue), var(--aqua-green));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 3px 8px rgba(15,90,140,0.3);
}

/* ==========================================================================
   PLAYER / SETLIST
   ========================================================================== */
.player-frame {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.8);
  box-shadow: 0 4px 12px rgba(15,90,140,0.2);
}
.player-frame iframe { width: 100%; height: 170px; border: none; display: block; }
.player-placeholder {
  width: 100%; height: 170px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px;
  background: linear-gradient(160deg, #eaf6ff, #dff3ec);
  color: var(--text-mid);
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  padding: 0 16px;
}
.player-placeholder-icon { font-size: 26px; }
.now-playing-bar {
  background: linear-gradient(90deg, var(--sky-blue-deep), var(--aqua-green-deep));
  font-size: 11px; font-weight: 600;
  padding: 7px 10px;
  display: flex; justify-content: space-between;
  color: #fff;
}
.eq-bars { display: inline-flex; gap: 2px; align-items: flex-end; height: 12px; }
.eq-bars span { width: 3px; background: #fff; animation: eq 0.9s ease-in-out infinite; border-radius: 2px; }
.eq-bars span:nth-child(2) { animation-delay: 0.2s; }
.eq-bars span:nth-child(3) { animation-delay: 0.4s; }
.eq-bars span:nth-child(4) { animation-delay: 0.1s; }
@keyframes eq { 0%,100% { height: 3px; } 50% { height: 12px; } }

/* ==========================================================================
   BLOG
   ========================================================================== */
.blog-post { border-bottom: 1px dashed rgba(42,157,224,0.25); padding: 12px 0; }
.blog-post:last-child { border-bottom: none; }
.blog-post .date { font-size: 10px; font-weight: 700; color: var(--aqua-green-deep); }
.blog-post h4 { margin: 4px 0; color: var(--sky-blue-deep); font-family: var(--font-display); font-size: 17px; }

/* ==========================================================================
   FRIENDS
   ========================================================================== */
.friends-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  gap: 12px;
}
.friend-card { text-align: center; }
.friend-card img {
  width: 64px; height: 64px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 4px 10px rgba(15,90,140,0.25);
  margin: 0 auto 6px;
}
.friend-card .name { font-size: 11px; font-weight: 700; color: var(--text-mid); }

.friend-form { margin-top: 16px; padding-top: 14px; border-top: 1px dashed rgba(42,157,224,0.3); }
.friend-form input[type="text"] {
  width: 100%;
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(42,157,224,0.3);
  border-radius: 10px;
  color: var(--text-dark);
  padding: 9px 12px;
  margin-bottom: 8px;
  font-family: var(--font-body);
}

/* botão de upload de foto — bonito, estilo aero, substitui o input feio */
.upload-btn {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%;
  background: linear-gradient(180deg, #ffffff, #dff3ff);
  border: 1px solid rgba(42,157,224,0.4);
  border-radius: 10px;
  color: var(--sky-blue-deep);
  font-weight: 700;
  font-size: 13px;
  padding: 10px 14px;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(15,90,140,0.15), inset 0 1px 0 #fff;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.upload-btn:hover { transform: translateY(-1px); box-shadow: 0 5px 12px rgba(15,90,140,0.25), inset 0 1px 0 #fff; }
.upload-btn .upload-icon { font-size: 16px; }

/* ==========================================================================
   BOTÕES GERAIS
   ========================================================================== */
.btn {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.2px;
  background: linear-gradient(180deg, var(--sky-blue), var(--sky-blue-deep));
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 999px;
  color: #fff;
  padding: 8px 20px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(15,90,140,0.3), inset 0 1px 0 rgba(255,255,255,0.4);
  transition: transform 0.15s ease;
}
.btn:hover { transform: translateY(-1px); filter: brightness(1.05); box-shadow: 0 4px 10px rgba(15,90,140,0.3), 0 0 16px rgba(60,207,158,0.5), inset 0 1px 0 rgba(255,255,255,0.4); }
.btn.secondary { background: linear-gradient(180deg, #b9c8d1, #8fa3ae); }

/* ==========================================================================
   TODO / CHAT / GUESTBOOK / COUNTER
   ========================================================================== */
.todo-list { list-style: none; padding: 0; margin: 0; }
.todo-list li {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 0; border-bottom: 1px dotted rgba(42,157,224,0.25);
  font-size: 13px;
}
.todo-list li.done { text-decoration: line-through; color: var(--text-light); }

.chat-box {
  background: rgba(255,255,255,0.45);
  border: 1px solid rgba(42,157,224,0.25);
  border-radius: 10px;
  height: 200px;
  overflow-y: auto;
  padding: 10px;
  font-size: 12.5px;
  margin-bottom: 8px;
}
.chat-msg { margin-bottom: 6px; }
.chat-msg b { color: var(--sky-blue-deep); }
.chat-msg span.time { color: var(--text-light); font-size: 10px; margin-left: 6px; }

.inline-form { display: flex; gap: 6px; flex-wrap: wrap; }
.inline-form input {
  flex: 1; min-width: 120px;
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(42,157,224,0.3);
  border-radius: 999px;
  color: var(--text-dark); padding: 9px 14px; font-family: var(--font-body);
}

.visitor-counter {
  display: inline-flex; gap: 4px;
  background: rgba(255,255,255,0.5);
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid rgba(42,157,224,0.3);
}
.visitor-counter span {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--sky-blue-deep);
  font-size: 18px;
  background: #fff;
  border-radius: 4px;
  padding: 3px 6px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.15);
}

.soft-divider { border: none; border-top: 1px dashed rgba(42,157,224,0.25); margin: 18px 0; }

.webring-row { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; justify-content: center; padding: 6px 0; }
.badge-88x31 {
  width: 88px; height: 31px;
  background: linear-gradient(180deg, #ffffff, #dff3ff);
  border: 1px solid rgba(42,157,224,0.4);
  border-radius: 6px;
  color: var(--sky-blue-deep);
  font-size: 9px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  text-align: center; line-height: 1.1;
}

.site-footer { text-align: center; padding: 14px 0 6px; font-size: 11px; color: var(--text-light); }

.text-center { text-align: center; }
.small { font-size: 11px; color: var(--text-light); }
.hidden { display: none !important; }

@media (max-width: 600px) {
  .hero-name { font-size: 22px; }
  .taskbar-title { display: none; }
  .player-frame iframe { height: 150px; }
}
