.sco-wrapper{
    display:flex;
    gap:30px;
    flex-wrap:wrap;
    font-family:Arial;
}

.sco-form{
    width:350px;
    background:#f7f7f7;
    padding:20px;
    border-radius:10px;
}

.sco-form input{
    width:100%;
    padding:8px;
    margin-bottom:10px;
}

.sco-form table{
    width:100%;
}

.sco-form button{
    padding:10px 15px;
    border:none;
    background:#222;
    color:white;
    cursor:pointer;
    border-radius:5px;
}

.sco-result{
    flex:1;
}

#sheetCanvas{
    border:1px solid #ccc;
    background:white;
}