import { styled } from 'stitches.config' export default styled('div', { background: 'linear-gradient(to bottom, $neutralBgSubtle 0%, $gray2 100%)', $$shadowColor: '$colors$panelShadow', boxShadow: '0 4px 6px rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.3)', borderRadius: '8px', // Keep rounded corners })