:root{--purple:#6e2a6f;--pink:#eaa6c8;--gold:#c99a6d;--bg:#fbfbfd;--muted:#666}*{box-sizing:border-box}body{margin:0;font-family:600 16px/1.45 'Helvetica Neue', Arial, sans-serif;background: #fbfbfd url('data:image/svg+xml;utf8,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%22120%22 height=%22120%22><rect width=%22120%22 height=%22120%22 fill=%22%23fbfbfd%22/><g opacity=%220.06%22><path d=%22M0 60h120M60 0v120%22 stroke=%22%236e2a6f%22 stroke-width=%221%22 stroke-opacity=%220.08%22/></g></svg>') repeat; cursor: url('data:image/svg+xml;utf8,<svg%20xmlns=%27http://www.w3.org/2000/svg%27%20width=%2732%27%20height=%2732%27%20viewBox=%270%200%2024%2024%27><g%20fill=%27none%27%20stroke=%27%236e2a6f%27%20stroke-width=%271.5%27%20stroke-linecap=%27round%27%20stroke-linejoin=%27round%27><path%20d=%27M2%2022l6-6%209-9%203-3%27%20/><path%20d=%27M14%204c.6.6%201%201.5%201%202.5%200%201.9-1.6%203.5-3.5%203.5S8%208.4%208%206.5%209.6%203%2011.5%203c1%20.0%201.9.4%202.5%201z%27%20fill=%27%23eaa6c8%27%20stroke=%27%236e2a6f%27/></g></svg>') 8 8, auto;} .container{max-width:1000px;margin:0 auto;padding:18px}.site-header{background:linear-gradient(90deg,var(--purple),var(--pink));color:white;padding:12px 0}.header-inner{display:flex;align-items:center;justify-content:space-between}.header-logo{height:56px}.nav a{color:white;margin-left:12px;text-decoration:none;font-weight:600}.hero{display:flex;gap:18px;align-items:center;padding:20px;background:linear-gradient(180deg,rgba(110,42,111,0.02),transparent);border-radius:10px}.hero-image{width:220px;height:160px;object-fit:cover;border-radius:8px;box-shadow:0 6px 18px rgba(0,0,0,0.08)}.hero-text h1{margin:0;color:var(--purple);font-size:2rem}.tagline{color:var(--muted)}.about{margin-top:18px;padding:12px;background:rgba(255,255,255,0.9);border-radius:8px;box-shadow:0 6px 18px rgba(0,0,0,0.04)}.featured-gallery .grid{display:flex;gap:10px;margin-top:10px}.featured-gallery img{width:30%;border-radius:8px;object-fit:cover;box-shadow:0 6px 12px rgba(0,0,0,0.06)}.btn{display:inline-block;padding:10px 14px;border-radius:8px;text-decoration:none;text-align:center;border:none;cursor:pointer}.patch{background:linear-gradient(180deg,#fff,#f7f7f9);border:2px dashed rgba(0,0,0,0.06);box-shadow:inset 0 1px rgba(255,255,255,0.6);}.button-like{background:var(--purple);color:white;border-radius:30px;padding:10px 18px;box-shadow:0 6px 12px rgba(110,42,111,0.12)}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.gallery-grid img{width:100%;height:260px;object-fit:cover;border-radius:8px}.site-footer{padding:16px 0;text-align:center;color:var(--muted);font-size:0.95rem;margin-top:30px;border-top:1px dashed rgba(0,0,0,0.04)}.admin-main .editable{min-height:80px;padding:10px;border:2px dashed #eee;background:#fff;border-radius:8px}.calendar-root{max-width:820px;background:#fff;padding:12px;border-radius:8px;box-shadow:0 6px 18px rgba(0,0,0,0.04)}.class-details{margin-top:12px;padding:12px;border-radius:8px;background:#fff;box-shadow:0 6px 18px rgba(0,0,0,0.04)}.stitch{position:absolute;pointer-events:none;width:6px;height:6px;border-radius:3px;background:transparent;box-shadow:0 0 0 2px rgba(110,42,111,0.6);opacity:0.9;transform:translate(-50%,-50%);animation:fadeStitch 1s linear forwards}@keyframes fadeStitch{from{opacity:1} to{opacity:0;transform:translate(-50%,-50%) scale(0.6)}}@media(max-width:720px){.hero{flex-direction:column} .gallery-grid{grid-template-columns:repeat(1,1fr)} .featured-gallery .grid img{width:100%}}