/* desktop right-click hint (optional) */ .status-note position: fixed; bottom: 12px; right: 16px; background: rgba(0,0,0,0.4); padding: 4px 10px; border-radius: 30px; font-size: 10px; color: #ccc; font-family: monospace; pointer-events: none; z-index: 99; </style> </head> <body>
/* hover effect: modern glow */ .desktop-icon:hover .icon-graphic background: rgba(50, 55, 70, 0.8); transform: scale(1.02); box-shadow: 0 10px 22px rgba(0, 0, 0, 0.4), inset 0 1px 1px rgba(255,255,255,0.3); border-color: rgba(255,215,150,0.6); small icons on desktop
body background: radial-gradient(circle at 20% 30%, #1a3c2c, #0a1f1a); min-height: 100vh; font-family: 'Segoe UI', 'SF Pro Text', 'Roboto', system-ui, -apple-system, sans-serif; overflow: hidden; position: relative; height: 100vh; width: 100vw; /* desktop right-click hint (optional) */