::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: #0a0a0a;
}

::-webkit-scrollbar-thumb {
    background: #d4af37;
    border-radius: 2px;
}

.glass-panel {
    background: rgba(10, 10, 10, 0.4);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.text-stroke-primary {
    -webkit-text-stroke: 1px #d4af37;
    color: transparent;
}

.hero-title {
    font-size: clamp(1.1rem, 3.2vw, 2.75rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.hero-title > span {
    display: block;
}

@media (max-width: 380px) {
    .hero-title {
        font-size: clamp(1rem, 6.5vw, 1.35rem);
    }
}
