body{

margin:0;

font-family:
Inter,
system-ui,
sans-serif;

background:
#020617;

color:#e5e7eb;

}


.hero{

padding:80px 20px;

text-align:center;

background:
linear-gradient(
135deg,
#1e293b,
#020617
);

}


.hero h1{

font-size:38px;

}



.hero p{

color:#94a3b8;

}


main{

max-width:1100px;

margin:auto;

padding:30px 20px;

}


section{

margin-bottom:50px;

}


h2{

font-size:24px;

margin-bottom:20px;

color:#93c5fd;

}



.grid{

display:grid;

grid-template-columns:
repeat(auto-fit,minmax(260px,1fr));

gap:20px;

}



.project{

background:#111827;

border:
1px solid #1e293b;

border-radius:16px;

padding:25px;

transition:.25s;

}



.project:hover{

transform:translateY(-5px);

border-color:#3b82f6;

}



.icon{

width:45px;

height:45px;

border-radius:12px;

background:#2563eb;

display:flex;

align-items:center;

justify-content:center;

font-weight:bold;

margin-bottom:15px;

}



.project p{

color:#94a3b8;

}



.project a{

display:inline-block;

margin-top:10px;

padding:8px 18px;

border-radius:8px;

background:#2563eb;

color:white;

text-decoration:none;

}



.special{

border-color:#334155;

}



code{

color:#22c55e;

font-size:13px;

}



footer{

text-align:center;

padding:40px;

color:#64748b;

}



@media(max-width:600px){

.hero h1{

font-size:28px;

}

}


header{

text-align:center;

padding:50px 20px;

background:#111827;

border-bottom:1px solid #334155;

}


header h1{

font-size:32px;

}



header p{

color:#94a3b8;

}



main{

max-width:900px;

margin:auto;

padding:20px;

}



.card{

background:#1e293b;

padding:25px;

margin-bottom:25px;

border-radius:14px;

box-shadow:
0 10px 25px rgba(0,0,0,.25);

}



h2{

color:#60a5fa;

}



.item{

padding:15px 0;

border-bottom:
1px solid #334155;

}



.item:last-child{

border:none;

}



.item h3{

margin-bottom:5px;

}



.item p{

color:#cbd5e1;

}



a{

color:#38bdf8;

text-decoration:none;

}



textarea{

width:100%;

height:70px;

margin-top:10px;

background:#020617;

color:#22c55e;

border-radius:8px;

padding:10px;

font-size:13px;

}



footer{

text-align:center;

padding:40px;

color:#64748b;

}



@media(max-width:600px){


header h1{

font-size:24px;

}


.card{

padding:18px;

}


}