.ic-wrapper{
    max-width:700px;
    margin:auto;
    padding:30px;
    background:#fff;
    border-radius:12px;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
    font-family:sans-serif;
}

.ic-wrapper input,
.ic-wrapper select{
    width:100%;
    padding:12px;
    margin-bottom:15px;
    border-radius:8px;
    border:1px solid #ddd;
}

#generate{
    width:100%;
    padding:14px;
    background:#6c5ce7;
    color:#fff;
    border:none;
    border-radius:8px;
    cursor:pointer;
}

.output-box{
    background:#f9f9f9;
    padding:15px;
    margin-top:15px;
    border-radius:8px;
    position:relative;
}

.copy-btn{
    position:absolute;
    top:10px;
    right:10px;
    background:#222;
    color:#fff;
    padding:5px 10px;
    border-radius:5px;
    cursor:pointer;
    font-size:12px;
}