diff --git a/web/src/components/ChatControl.tsx b/web/src/components/ChatControl.tsx
index 6f6470e..8a45cb1 100644
--- a/web/src/components/ChatControl.tsx
+++ b/web/src/components/ChatControl.tsx
@@ -89,38 +89,38 @@ export const normalizeProfileForApply = (profileData: any) => ({
const RobotIcon = ({ size = 32 }: { size?: number }) => (
@@ -310,7 +310,7 @@ export const ChatControl = ({ profiles, onApplyProfile }: ChatControlProps) => {
const panelStyle: React.CSSProperties = {
background: 'var(--card)',
border: '1px solid var(--border)',
- boxShadow: '0 25px 80px rgba(0,0,0,0.22)',
+ boxShadow: 'var(--card-shadow)',
};
const inputStyle: React.CSSProperties = {
background: 'var(--input)',
@@ -361,7 +361,7 @@ export const ChatControl = ({ profiles, onApplyProfile }: ChatControlProps) => {
justifyContent: 'center',
background: 'var(--card)',
border: '1.5px solid var(--border)',
- boxShadow: '0 8px 32px rgba(0,0,0,0.18), 0 0 20px color-mix(in oklab, var(--ring) 16%, transparent)',
+ boxShadow: 'var(--card-shadow), 0 0 20px color-mix(in oklab, var(--ring) 16%, transparent)',
transition: 'transform 0.2s',
}}>