/* wallpaper.css — 背景画像、フィルタ、アニメーションなど */

body { 
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
