.asg-wrapper{
 max-width:900px;
 margin:40px auto;
 padding:30px;
 background:#fff;
 border-radius:16px;
 box-shadow:0 20px 40px rgba(0,0,0,.08);
 font-family:Arial
}
.asg-wrapper h2{text-align:center}
#asg-input{
 width:100%;
 height:80px;
 padding:12px;
 font-size:15px;
 border-radius:12px;
 border:1px solid #ccc
}
#asg-generate{
 width:100%;
 margin-top:12px;
 padding:14px;
 background:#3b82f6;
 color:#fff;
 border:none;
 border-radius:12px;
 cursor:pointer
}
.asg-actions{
 display:flex;
 gap:10px;
 margin-top:10px
}
.asg-actions button{
 flex:1;
 padding:10px;
 border-radius:10px;
 border:none;
 cursor:pointer
}
#asg-result{
 margin-top:20px;
 white-space:pre-wrap;
 line-height:1.6
}
