@@ -28,11 +28,11 @@ export function ResearchInterestsSection() {
2828 viewport = { { once : true } }
2929 transition = { { duration : 0.5 } }
3030 >
31- < fieldset className = "mb-10 rounded-2xl border border-yellow-500/30 bg-yellow-500/5 px-6 pb-6 pt-3 shadow-[0_0_30px_rgba(234,179,8,0.08)] " >
31+ < fieldset className = "mb-10 rounded-2xl border border-yellow-500/40 px-6 pb-6 pt-3" >
3232 < legend className = "px-3 text-xs font-mono uppercase tracking-[0.25em] text-yellow-400/80" >
3333 Main Area
3434 </ legend >
35- < p className = "text-sm leading-relaxed text-yellow-50/80 " >
35+ < p className = "text-sm leading-relaxed text-muted-foreground " >
3636 My primary research spans LLM inference and test-time scaling,
3737 including test-time training for scientific discovery under
3838 uncertainty, adaptive compute allocation, agentic planning, and
@@ -47,20 +47,20 @@ export function ResearchInterestsSection() {
4747 </ p >
4848 </ fieldset >
4949
50- < div className = "overflow-hidden rounded-2xl border border-yellow-500/25 bg-black/40 shadow-[0_0_30px_rgba(234,179,8,0.06)] " >
50+ < div className = "overflow-hidden rounded-2xl border border-yellow-500/40 " >
5151 { interests . map ( ( interest , i ) => (
5252 < div
5353 key = { i }
54- className = "px-6 py-5 border-b border-yellow-500/15 last:border-b-0 transition-colors duration-300 hover:bg-yellow-500/[0.04] "
54+ className = "border-b border-yellow-500/25 px-6 py-5 last:border-b-0 "
5555 data-testid = { `row-interest-${ i } ` }
5656 >
57- < p className = "mb-2 font-display text-md font-bold text-yellow-300 md:text-lg" >
57+ < p className = "mb-2 font-display text-base font-bold text-yellow-400 md:text-lg" >
5858 { interest . title }
5959 </ p >
60- < p className = "mb-3 text-sm leading-relaxed text-yellow-50/75 " >
60+ < p className = "mb-3 text-sm leading-relaxed text-muted-foreground " >
6161 { interest . desc }
6262 </ p >
63- < span className = "text-xs font-mono text-yellow-400/50 " >
63+ < span className = "text-xs font-mono text-yellow-500/70 " >
6464 { interest . venues }
6565 </ span >
6666 </ div >
0 commit comments