/* palette: beauty-rosegold */

:root{
  --v7-grad-c1: 220, 180, 140;
  --v7-grad-c2: 250, 220, 200;
  --v7-grad-c3: 200, 150, 130;
  --v7-bg-1: #fdf4ed; --v7-bg-2: #faeede; --v7-bg-3: #f5d9c4;
  --v7-blob-1: #d4af37; --v7-blob-2: #f7e7ce; --v7-blob-3: #d4a17f;
  --v7-curtain-from: #2d1b0e; --v7-curtain-mid: #b8860b; --v7-curtain-to: #f7e7ce;
  --v7-cursor-glow-1: 230, 200, 160; --v7-cursor-glow-2: 250, 230, 210;
  --v7-cursor-shadow-1: 212, 175, 55; --v7-cursor-shadow-2: 200, 160, 130;
  --v7-progress: linear-gradient(90deg, #d4af37, #f7e7ce, #d4a17f);
  --v7-h2-underline: linear-gradient(90deg, #b8860b, #d4a17f);
  --v7-marquee-stroke: 184, 134, 11, 0.55;
  --v7-glyph: '♛';
}

/* Niche cutout floating decorations */
.niche-float { position: fixed; pointer-events: none; z-index: -1;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,.25));
  opacity: 0.6;
}
.niche-float.a { width: 160px; height: 160px; top: 10%; right: 6%;
  animation: nf-a 22s ease-in-out infinite; }
.niche-float.b { width: 220px; height: 220px; bottom: 8%; left: 4%;
  animation: nf-b 26s ease-in-out infinite; }
@keyframes nf-a { 0%,100% { transform: translate(0,0) rotate(0); } 50% { transform: translate(-40px,40px) rotate(12deg); } }
@keyframes nf-b { 0%,100% { transform: translate(0,0) rotate(0); } 50% { transform: translate(30px,-30px) rotate(-10deg); } }
@media (pointer: coarse), (prefers-reduced-motion: reduce) { .niche-float { display: none !important; } }
