body { font-family: 'Inter', sans-serif; cursor: default; }
h1 { font-family: 'Archivo', sans-serif; }

.hero-bg {
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.7) 100%),
    url('https://cloud.wallsflow.com/posts/2025-03/417bd7fe99_minecraft-sakura-blossom-house-animated-4k-live-wallpaper.webp');
    background-size: cover;
    background-position: center;
}

.text-gradient {
    background: linear-gradient(to bottom, #ffffff 40%, rgba(255,255,255,0.25) 95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.sidebar-link { transition: all 0.3s ease; }
.sidebar-link:hover {
    opacity: 1;
    transform: translateX(4px);
    text-shadow: 0 0 10px rgba(255,255,255,0.5);
}
.sidebar-link-right:hover { transform: translateX(-4px); }

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #0a0a0a; }
::-webkit-scrollbar-thumb { background: #222; border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: #333; }