.productTheme{--theme-bg:linear-gradient(135deg, #0f172a 0%, #1e293b 100%);--theme-accent:#0dceda;--theme-icon:"🎯";--theme-animation:product-shimmer}.productTheme .narrative-container{background:var(--theme-bg);border-color:var(--theme-accent)}.productTheme .theme-icon:before{content:var(--theme-icon);animation:var(--theme-animation) 2s ease-in-out infinite}@keyframes product-shimmer{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.intelligenceTheme{--theme-bg:linear-gradient(135deg, #0c0a09 0%, #1c1917 100%);--theme-accent:#0dceda;--theme-icon:"🔍";--theme-animation:intelligence-pulse}.intelligenceTheme .narrative-container{background:var(--theme-bg);border-color:var(--theme-accent)}.intelligenceTheme .theme-icon:before{content:var(--theme-icon);animation:var(--theme-animation) 3s ease-in-out infinite}@keyframes intelligence-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.missionTheme{--theme-bg:linear-gradient(135deg, #0f0f23 0%, #1a1a2e 100%);--theme-accent:#0dceda;--theme-icon:"🚀";--theme-animation:mission-beacon}.missionTheme .narrative-container{background:var(--theme-bg);border-color:var(--theme-accent)}.missionTheme .theme-icon:before{content:var(--theme-icon);animation:var(--theme-animation) 2.5s ease-in-out infinite}@keyframes mission-beacon{0%,to{opacity:.8;transform:scale(1)rotate(0)}50%{opacity:1;transform:scale(1.15)rotate(5deg)}}.marketTheme{--theme-bg:linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);--theme-accent:#0dceda;--theme-icon:"📈";--theme-animation:market-pulse}.marketTheme .narrative-container{background:var(--theme-bg);border-color:var(--theme-accent)}.marketTheme .theme-icon:before{content:var(--theme-icon);animation:var(--theme-animation) 2s ease-in-out infinite}@keyframes market-pulse{0%,to{opacity:.7;transform:scale(1)translateY(0)}50%{opacity:1;transform:scale(1.1)translateY(-2px)}}.narrative-type-indicator{position:relative;overflow:hidden}.narrative-type-indicator:before{content:"";background:linear-gradient(90deg,#0000,#0dceda1a,#0000);width:100%;height:100%;animation:3s infinite shimmer;position:absolute;top:0;left:-100%}@keyframes shimmer{0%{left:-100%}to{left:100%}}.super-agent-button{transition:all .3s;position:relative;overflow:hidden}.super-agent-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0dceda4d}.super-agent-button:before{content:"";background:linear-gradient(90deg,#0000,#0dceda1a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.super-agent-button:hover:before{left:100%}.quick-action-button{transition:all .2s}.quick-action-button:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000004d}.cross-export-button{border-style:dashed;transition:all .2s}.cross-export-button:hover{border-style:solid;transform:translateY(-1px)}
