:root{
  --ink:#2d2530;--muted:#766d79;--plum:#6f4a7d;--plum2:#8e67a0;--pink:#efc9da;--rose:#f8e5ed;
  --lilac:#e8dbf2;--blue:#dceaf6;--line:#eadfea;--green:#2f8a60;--yellow:#a87612;--red:#a44955;
  --paper:#fffafd;--shadow:0 16px 36px rgba(66,39,74,.10)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:linear-gradient(180deg,#fffafd 0%,#fbf7fc 100%);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
button,input,select{font:inherit}.site-header{height:72px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.92);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30;backdrop-filter:blur(12px)}
.brand-wrap{display:flex;align-items:center;gap:10px}.brand-mark{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--pink),var(--lilac));display:grid;place-items:center}.brand-name{font-family:Georgia,serif;font-size:18px;font-weight:700}.tagline{font-size:11px;color:var(--muted)}.icon-btn{border:0;background:#f5eef7;color:var(--plum);width:40px;height:40px;border-radius:50%;font-size:21px;cursor:pointer}
.hero{position:relative;overflow:hidden;margin:14px;min-height:410px;border-radius:28px;background:radial-gradient(circle at 80% 20%,rgba(234,193,221,.35),transparent 30%),linear-gradient(135deg,#2c1e34,#61456f 58%,#926a9d);color:#fff;display:flex;align-items:flex-end;box-shadow:var(--shadow)}
.hero:after{content:"";position:absolute;right:-60px;top:20px;width:270px;height:270px;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.95),rgba(255,255,255,.10) 35%,transparent 60%);transform:rotate(14deg);opacity:.65}.hero-glow{position:absolute;left:-30px;bottom:-60px;width:240px;height:240px;border-radius:50%;background:rgba(255,164,209,.18);filter:blur(20px)}
.hero-content{position:relative;z-index:2;padding:28px;max-width:610px}.eyebrow{font-size:11px;letter-spacing:.16em;font-weight:900;color:#aa86b8}.hero .eyebrow{color:#f4cfdf}.hero h1{font-family:Georgia,serif;font-size:48px;line-height:1;margin:8px 0 14px}.hero p{font-size:16px;line-height:1.6;color:#f7edf8;max-width:560px}.primary{border:0;background:#fff;color:var(--plum);padding:12px 17px;border-radius:14px;font-weight:900;cursor:pointer}
.section{max-width:1180px;margin:0 auto;padding:28px 16px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:16px}.section h2{font-family:Georgia,serif;font-size:30px;margin:4px 0 0}.count{font-size:13px;color:var(--muted)}
.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.category{border:1px solid var(--line);background:#fff;border-radius:20px;min-height:112px;padding:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;box-shadow:var(--shadow);cursor:pointer;color:var(--ink);font-weight:800}.category .emoji{font-size:28px}.category:hover{transform:translateY(-1px)}
.gallery-section{padding-top:10px}.toolbar{display:grid;grid-template-columns:2fr repeat(5,1fr);gap:9px;background:#fff;padding:12px;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);position:sticky;top:82px;z-index:20}.search,select{width:100%;border:1px solid var(--line);border-radius:13px;padding:11px;background:white;color:var(--ink)}.filter-chips{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.chip{border:0;background:#f2e9f6;color:var(--plum);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800;cursor:pointer}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:var(--shadow);cursor:pointer;transition:.15s}.card:hover{transform:translateY(-2px)}.card.claimed{opacity:.62;filter:saturate(.7)}
.card-photo{aspect-ratio:1/1;background:linear-gradient(135deg,#f6e9f1,#e8e0f4);display:flex;align-items:center;justify-content:center;color:#9a8ca1;font-size:12px;font-weight:800;overflow:hidden;position:relative}.card-photo img{width:100%;height:100%;object-fit:cover}.new-badge{position:absolute;left:10px;top:10px;background:#fff;color:var(--plum);padding:5px 8px;border-radius:999px;font-size:10px;font-weight:900}
.card-body{padding:12px}.card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.dancer{font-weight:900;color:var(--plum);font-size:15px}.part{font-size:10px;color:var(--muted);margin-top:2px}.status-badge{display:inline-flex;border-radius:999px;padding:6px 8px;font-size:10px;font-weight:900}.Available{background:#e2f4ea;color:var(--green)}.Hold{background:#fff0c8;color:var(--yellow)}.Claimed{background:#f2dce1;color:var(--red)}
.card h3{font-family:Georgia,serif;font-size:17px;margin:8px 0 6px}.meta{font-size:12px;color:var(--muted);line-height:1.5}.collection{margin-top:8px;font-size:11px;font-weight:800;color:var(--plum2)}
.note-card{display:flex;gap:14px;align-items:flex-start;padding:18px;border-radius:22px;background:linear-gradient(135deg,#f9edf3,#f2ebf9);border:1px solid var(--line)}.note-icon{width:42px;height:42px;flex:0 0 42px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#cc6f9a;font-size:22px}.note-card h3{font-family:Georgia,serif;margin-bottom:6px}.note-card p{margin:0;color:var(--muted);line-height:1.6}
.modal-backdrop{position:fixed;inset:0;background:rgba(28,20,31,.62);z-index:80;display:flex;align-items:flex-end;justify-content:center}.modal-backdrop.hidden{display:none}.detail-modal{background:#fff;width:min(760px,100%);max-height:93vh;overflow:auto;border-radius:28px 28px 0 0;position:relative}.close-btn{position:absolute;right:14px;top:14px;width:40px;height:40px;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:var(--plum);font-size:25px;z-index:3;cursor:pointer}.detail-photo{aspect-ratio:4/3;background:linear-gradient(135deg,#f4e7f0,#e7dff4);display:grid;place-items:center;color:#9a8ca1;font-weight:800;overflow:hidden}.detail-photo img{width:100%;height:100%;object-fit:cover}.detail-body{padding:20px}.status-row{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.detail-body h2{font-family:Georgia,serif;font-size:29px;margin:4px 0 5px}.dancer-big{font-size:24px;font-weight:900;color:var(--plum);margin-bottom:16px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.detail-item{padding:12px;background:#fbf7fc;border:1px solid var(--line);border-radius:14px}.detail-label{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:900}.detail-value{margin-top:4px;font-size:14px}.detail-notes{color:var(--muted);line-height:1.6}.live-tip{margin-top:16px;padding:13px;background:#f3eaf7;border-radius:14px;color:var(--plum);font-weight:800;font-size:13px}
@media(max-width:950px){.category-grid{grid-template-columns:repeat(3,1fr)}.toolbar{grid-template-columns:repeat(3,1fr)}.toolbar .search{grid-column:1/-1}.cards{grid-template-columns:repeat(3,1fr)}}
@media(max-width:680px){.hero{min-height:360px}.hero h1{font-size:39px}.category-grid{grid-template-columns:repeat(2,1fr)}.cards{grid-template-columns:repeat(2,1fr)}.toolbar{grid-template-columns:1fr 1fr;position:static}.toolbar .search{grid-column:1/-1}.detail-grid{grid-template-columns:1fr}}
@media(max-width:460px){.hero{margin:10px;min-height:340px}.hero-content{padding:22px}.hero h1{font-size:36px}.section{padding-left:12px;padding-right:12px}.cards{gap:10px}.card h3{font-size:15px}.card-body{padding:10px}.status-badge{padding:5px 7px}.brand-name{font-size:16px}}

/* probe */

.tag-photo{display:block;width:100%;height:auto;max-height:310px;object-fit:contain;background:#fff;padding:8px}
.points-badge{position:absolute;right:10px;bottom:10px;background:rgba(78,46,88,.94);color:#fff;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:900;box-shadow:0 4px 12px rgba(43,25,48,.25)}
