body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #120014;
  color: #f2e9ff;
}

body {
    cursor: url("images/jasmine_cursor.png") 0 0, auto;
}

a,
button,
img,
.card,
.voicebank,
.download-card {
    cursor: url("images/jasmine_cursor.png") 0 0, auto;
}
header {
  text-align: center;
  padding: 50px 20px;
  border-bottom: 2px solid #38063b;
}

h1 {
  color: #caa6ff;
  margin: 0;
}

nav {
  text-align: center;
  padding: 10px;
  background: #1a001d;
  border-bottom: 1px solid #38063b;
}

nav a {
  color: #ffb3ff;
  margin: 0 10px;
  text-decoration: none;
  font-weight: bold;
}

nav a:hover {
  text-decoration: underline;
}

.container {
  max-width: 800px;
  margin: auto;
  padding: 20px;
}

.card {
  background: rgba(0,0,0,0.25);
  border: 1px solid #38063b;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 20px;
}

h2 {
  color: #caa6ff;
  margin-top: 0;
}

.voicebank {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
}

.voicebank img {
    width: 180px;
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid #38063b;
    transition: transform .2s;
}

.voicebank img:hover {
    transform: scale(1.03);
}


.voice-text h3 {
    color: #caa6ff;
    margin-top: 0;
}

.voicebank {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
}

.voice-text {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.clickhint {
    margin-top: 8px;
    font-size: 12px;
    opacity: 0.7;
    font-style: italic;
    color: #ffb3ff;
}

.voicebank {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.voicebank img {
    width: 180px;
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid #38063b;
}

.voice-text {
    display: flex;
    flex-direction: column;
}

.clickhint {
    font-size: 12px;
    opacity: 0.7;
    font-style: italic;
    color: #ffb3ff;
    margin-top: 8px;
}
.voicebank img {
    width: 180px;
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid #38063b;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

/* when active */
.voicebank .active {
    box-shadow: 0 0 20px #caa6ff, 0 0 40px #ffb3ff;
    border-color: #caa6ff;
    transform: scale(1.03);
}
#downloads a {
    color: #ffb3ff;
    text-decoration: none;
    font-weight: bold;
}

#downloads a:hover {
    text-decoration: underline;
    color: #caa6ff;
}
.small-links a {
  font-size: 0.85em;
}

#snow {
    position: fixed;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.snow-item {
    position: absolute;
    top: -100px;
    width: 48px;      /* twice the previous size */
    height: auto;     /* keeps aspect ratio */
    opacity: 0.8;
    will-change: transform, opacity;
}

header,
nav,
.container,
.card {
    position: relative;
    z-index: 2;
}

#snow {
    position: fixed;
    inset: 0;
    pointer-events: none;
}

.snow-item {
    position: absolute;
    width: 48px;
    height: auto;
    pointer-events: none;
}

.voicebank img {
    background: rgba(56, 6, 61, 0.6); /* your theme color */
    padding: 10px;
    border-radius: 12px;
    border: 2px solid #38063b;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
    margin-top: 15px;
}

.gallery-grid img {
    width: 100%;
    border-radius: 10px;
    border: 2px solid #38063b;
    background: rgba(0,0,0,0.3);
    padding: 6px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.gallery-grid img:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px #caa6ff;
}

#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.6);

    display: none;
    justify-content: center;
    align-items: center;

    z-index: 99999;
}

/* THIS is your black box */
#lightbox-box {
    background: #000;
    padding: 12px;
    border-radius: 12px;

    border: 2px solid #caa6ff;
    box-shadow: 0 0 20px #caa6ff, 0 0 40px rgba(202, 166, 255, 0.4);
}

/* image itself */
#lightbox img {
    max-width: 90vw;
    max-height: 90vh;
    display: block;
    border-radius: 8px;
}

/* buttons */
#lightbox-close {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 28px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

#lightbox-download {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 22px;
    color: white;
    text-decoration: none;
}
.gallery-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

gap:20px;

margin-top:20px;

}

.gallery-grid img{

width:100%;

border-radius:12px;

background:#1a081d;

padding:8px;

cursor:pointer;

transition:.25s;

}

.gallery-grid img:hover{

transform:scale(1.03);

box-shadow:0 0 18px #caa6ff;

}

.hero h1{

color:#ffffff;

text-shadow:
0 0 10px #caa6ff,
0 0 20px #38063b;

}