body{

background:#0b1623;

font-family:Segoe UI;

color:white;

margin:0;

padding:0;

}



.appContainer{

width:1200px;

margin:auto;

padding:40px;

}



.title{

font-size:28px;

margin-bottom:30px;

}



.configPanel{

background:#111f33;

padding:20px;

border-radius:8px;

margin-bottom:30px;

}



.toolGrid{

display:grid;

grid-template-columns:1fr 1fr 1fr;

gap:20px;

margin-top:20px;

}



.toolCard{

background:#13263f;

padding:20px;

border-radius:10px;

border:1px solid #1f3c60;

}



.toolPath{

font-size:13px;

color:#9fb4d3;

}



.generateBtn{

margin-top:30px;

width:100%;

height:45px;

background:#2b6cb0;

border:none;

color:white;

font-size:16px;

border-radius:6px;

cursor:pointer;

}



.progressWrapper{

margin-top:40px;

text-align:center;

}



.progressCircle{

width:120px;

height:120px;

border-radius:50%;

background:conic-gradient(#3aa6ff 0deg,#1e2b3c 0deg);

display:flex;

align-items:center;

justify-content:center;

margin:auto;

}



#progressText{

font-size:22px;

font-weight:bold;

}