html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;vertical-align:baseline;border:0;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}
*{box-sizing:border-box}body{color:#fff;background:radial-gradient(circle at top,#111 0%,#000 70%)}.container{flex-direction:column;align-items:center;min-height:120vh;padding:80px 24px;display:flex}.homeHeader{text-align:center;margin-bottom:60px}.homeHeader h1{font-size:42px;font-weight:800}.homeHeader h1 span em{color:#2bb0ff}.homeHeader p{color:#aaa;margin-top:8px}.title{justify-content:center;align-items:center;gap:24px;margin-bottom:12px;display:flex}.title:before,.title:after{content:"";background:linear-gradient(90deg,#6366f1,#38bdf8);border-radius:4px;width:50px;height:2px;display:block}.title span{white-space:nowrap}.title em{color:#2bb0ff;font-style:normal}.cardWrapper{grid-template-columns:repeat(2,minmax(280px,360px));justify-content:center;gap:50px;width:100%;display:grid}.cardWrapper a{color:inherit;text-decoration:none;display:block}.card{text-align:center;cursor:pointer;background:linear-gradient(#222,#111);border:1px solid #ffffff26;border-radius:10px;height:444px;padding:32px 28px;transition:all .25s}.card:hover{border-color:#2bb0ff;transform:translateY(-8px);box-shadow:0 0 40px #2bb0ff33}.icon{width:92px;height:92px;margin:0 auto 20px}.card h2{margin-bottom:6px;font-size:32px}.card h3{color:#2bb0ff;letter-spacing:.5px;margin-bottom:24px;font-size:15px}.core{color:#71717c;margin-bottom:12px;font-size:13px}.skills{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.skills span{border:1px solid #ffffff1a;border-radius:4px;padding:6px 10px;font-size:12px}.homeFooter{color:#71717c;margin-top:60px;font-size:20px}@media (max-width:900px){.cardWrapper{grid-template-columns:1fr;gap:30px}.card{width:100%;max-width:380px;margin:0 auto}}@media (max-width:768px){.homeHeader h1{font-size:30px}.card{height:auto;padding:28px 22px}.card h2{font-size:26px}.card h3{font-size:14px}.skills span{font-size:11px}}
