.home-menu.svelte-elleph{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--color-white);border-radius:var(--radius);box-shadow:var(--shadow);padding:var(--space-lg) var(--space-xl);display:flex;flex-direction:column;gap:2.5rem;animation:fadeIn .5s ease forwards,floatMenu 4s ease-in-out infinite .5s;min-width:280px;z-index:10}.sideways-title.svelte-elleph{position:fixed;bottom:2rem;left:8rem;font-size:clamp(3rem,8vw,6rem);font-weight:700;margin:0;color:var(--color-white);text-shadow:2px 2px 4px rgba(0,0,0,.3);transform:rotate(-90deg);transform-origin:bottom left;white-space:nowrap;z-index:1}@media (max-width: 768px){.sideways-title.svelte-elleph{left:5rem;bottom:1.5rem;font-size:clamp(2.5rem,7vw,4rem)}.home-menu.svelte-elleph{padding:2rem 1.5rem;min-width:auto;width:calc(100vw - 4rem);max-width:240px}}
